#CC5E7E

Color #CC5E7E Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #CC5E7E

Tints of Cranberry #CC5E7E

Color information

#CC5E7E (or 0xCC5E7E) is unknown color: approx Cranberry. HEX triplet: CC, 5E and 7E. RGB value is (204,94,126). Sum of RGB (Red+Green+Blue) = 204+94+126=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E7E is #33A181. Grayscale: #828282. Windows color (decimal): -3383682 or 8281804. OLE color: 8281804.

HSL color Cylindrical-coordinate representation of color #CC5E7E: hue angle of 342.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5E7E is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20494126-
CMYK00.540.380.2
HSL342.55º51.89%58.43%-
HSV(B)342.55º53.92%80%-
XYZ32.6722.3522.33-
YUV130.54125.44180.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=48.11%
G=22.17%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049412600.540.380.2342.5551.8958.43
HexCC5E7E0362614157343a
Octal31413617606646245276472
Binary1100110010111101111110011011010011010100101010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E7E; }

 p { color: rgb(204,94,126); }

 H1.HeaderClassName
 {
   color: #CC5E7E;
 }
 .AnyTagClassName
 {
   color: #CC5E7E;
 }
</style>
background-color css

<style>
 a { background-color: #CC5E7E; }

 a { background-color: rgb(204,94,126); }

 div.DivClassName
 {
   background-color: #CC5E7E;
 }
 .BgClassName
 {
   background-color: #CC5E7E;
 }
</style>
border-color css

<style>
 span { border-color: #CC5E7E; }

 span { border-color: rgb(204,94,126); }

 td.TdClassName
 {
   border-color: #CC5E7E;
 }
 .TagClassName
 {
   border-color: #CC5E7E;
 }
</style>