#CC5D7E

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

Shades of Cranberry #CC5D7E

Tints of Cranberry #CC5D7E

Color information

#CC5D7E (or 0xCC5D7E) is unknown color: approx Cranberry. HEX triplet: CC, 5D and 7E. RGB value is (204,93,126). Sum of RGB (Red+Green+Blue) = 204+93+126=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D7E is #33A281. Grayscale: #818181. Windows color (decimal): -3383938 or 8281548. OLE color: 8281548.

HSL color Cylindrical-coordinate representation of color #CC5D7E: hue angle of 342.16º 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 #CC5D7E is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20493126-
CMYK00.540.380.2
HSL342.16º52.11%58.24%-
HSV(B)342.16º54.41%80%-
XYZ32.5822.1722.3-
YUV129.95125.77180.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=48.23%
G=21.99%
B=29.79%

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
Decimal2049312600.540.380.2342.1652.1158.24
HexCC5D7E0362614156343a
Octal31413517606646245266472
Binary1100110010111011111110011011010011010100101010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5D7E; }

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

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

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

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

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

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

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

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