Html Css Color HEX #CC5582 Cranberry

📋 copy color: '#CC5582'

red 204 ◦ green 85 ◦ blue 130

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

Shades of Cranberry #CC5582

Tints of Cranberry #CC5582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

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

R = 48.69%
G = 20.29%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC5582 (or 0xCC5582) is known color: Cranberry. HEX triplet: CC, 55 and 82. RGB value is (204,85,130). Sum of RGB (Red+Green+Blue) = 204+85+130=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5582 is #33AA7D. Grayscale: #7D7D7D. Windows color (decimal): -3385982 or 8541644. OLE color: 8541644.

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

Color convert

RGB 204 85 130 -
CMYK 0 0.58 0.36 0.2
HSL 337.31º 0.54% 0.57% -
HSV(B) 337.31º 0.58% 0.8% -
XYZ 32.18 20.95 23.47 -
YUV 125.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 204 85 130 0 0.58 0.36 0.2 337.31 0.54 0.57
Hex CC 55 82 0 3A 24 14 151 36 39
Octal 314 125 202 0 72 44 24 521 66 71
Binary 11001100 1010101 10000010 0 111010 100100 10100 101010001 110110 111001

Color Harmonies of #CC5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5582

Black with #CC5582

Text Example


Text Example

White with #CC5582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5582; }

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

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

background-color css

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

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

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

border-color css

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

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

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