#CC5F7E

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

Shades of Cranberry #CC5F7E

Tints of Cranberry #CC5F7E

Color information

#CC5F7E (or 0xCC5F7E) is unknown color: approx Cranberry. HEX triplet: CC, 5F and 7E. RGB value is (204,95,126). Sum of RGB (Red+Green+Blue) = 204+95+126=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F7E is #33A081. Grayscale: #838383. Windows color (decimal): -3383426 or 8282060. OLE color: 8282060.

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

Color convert

RGB20495126-
CMYK00.530.380.2
HSL342.94º51.66%58.63%-
HSV(B)342.94º53.43%80%-
XYZ32.7622.5322.36-
YUV131.12125.11179.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=48%
G=22.35%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049512600.530.380.2342.9451.6658.63
HexCC5F7E0352614157343b
Octal31413717606546245276473
Binary1100110010111111111110011010110011010100101010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F7E; }

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

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

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

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

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

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

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

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