Html Css Color HEX #CC5C81 Cranberry

📋 copy color: '#CC5C81'

red 204 ◦ green 92 ◦ blue 129

#CC5C81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #CC5C81

Tints of Cranberry #CC5C81

RGB

 RED value IS 204 (80.08% from 255) = 48%

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 48%
G = 21.65%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC5C81 (or 0xCC5C81) is known color: Cranberry. HEX triplet: CC, 5C and 81. RGB value is (204,92,129). Sum of RGB (Red+Green+Blue) = 204+92+129=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C81 is #33A37E. Grayscale: #818181. Windows color (decimal): -3384191 or 8477900. OLE color: 8477900.

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

Color convert

RGB 204 92 129 -
CMYK 0 0.55 0.37 0.2
HSL 340.18º 0.52% 0.58% -
HSV(B) 340.18º 0.55% 0.8% -
XYZ 32.69 22.08 23.31 -
YUV 129.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 204 92 129 0 0.55 0.37 0.2 340.18 0.52 0.58
Hex CC 5C 81 0 37 25 14 154 34 3A
Octal 314 134 201 0 67 45 24 524 64 72
Binary 11001100 1011100 10000001 0 110111 100101 10100 101010100 110100 111010

Color Harmonies of #CC5C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C81

Black with #CC5C81

Text Example


Text Example

White with #CC5C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C81; }

 p { color: rgb(204,92,129); }

 H1.HeaderClassName
 {
   color: #CC5C81;
 }
 .AnyTagClassName
 {
   color: #CC5C81;
 }
</style>

background-color css

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

 a { background-color: rgb(204,92,129); }

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

border-color css

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

 span { border-color: rgb(204,92,129); }

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