#CC5E7F

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

Shades of Cranberry #CC5E7F

Tints of Cranberry #CC5E7F

Color information

#CC5E7F (or 0xCC5E7F) is unknown color: approx Cranberry. HEX triplet: CC, 5E and 7F. RGB value is (204,94,127). Sum of RGB (Red+Green+Blue) = 204+94+127=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E7F is #33A180. Grayscale: #828282. Windows color (decimal): -3383681 or 8347340. OLE color: 8347340.

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

Color convert

RGB20494127-
CMYK00.540.380.2
HSL342º51.89%58.43%-
HSV(B)342º53.92%80%-
XYZ32.7422.3822.67-
YUV130.65125.94180.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 127 (50% from 255) = 29.88%
R=48%
G=22.12%
B=29.88%

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
Decimal2049412700.540.380.234251.8958.43
HexCC5E7F0362614156343a
Octal31413617706646245266472
Binary1100110010111101111111011011010011010100101010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E7F; }

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

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

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

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

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

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

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

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