Html Css Color HEX #CC5E82 Cranberry

📋 copy color: '#CC5E82'

red 204 ◦ green 94 ◦ blue 130

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

Shades of Cranberry #CC5E82

Tints of Cranberry #CC5E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

 BLUE value IS 130 (51.17% from 255) = 30.37%

R = 47.66%
G = 21.96%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC5E82 (or 0xCC5E82) is known color: Cranberry. HEX triplet: CC, 5E and 82. RGB value is (204,94,130). Sum of RGB (Red+Green+Blue) = 204+94+130=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5E82 is #33A17D. Grayscale: #828282. Windows color (decimal): -3383678 or 8543948. OLE color: 8543948.

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

Color convert

RGB 204 94 130 -
CMYK 0 0.54 0.36 0.2
HSL 340.36º 0.52% 0.58% -
HSV(B) 340.36º 0.54% 0.8% -
XYZ 32.93 22.45 23.72 -
YUV 130.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 204 94 130 0 0.54 0.36 0.2 340.36 0.52 0.58
Hex CC 5E 82 0 36 24 14 154 34 3A
Octal 314 136 202 0 66 44 24 524 64 72
Binary 11001100 1011110 10000010 0 110110 100100 10100 101010100 110100 111010

Color Harmonies of #CC5E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E82

Black with #CC5E82

Text Example


Text Example

White with #CC5E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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