Html Css Color HEX #CC5980 Cranberry

📋 copy color: '#CC5980'

red 204 ◦ green 89 ◦ blue 128

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

Shades of Cranberry #CC5980

Tints of Cranberry #CC5980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.14%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 48.46%
G = 21.14%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC5980 (or 0xCC5980) is known color: Cranberry. HEX triplet: CC, 59 and 80. RGB value is (204,89,128). Sum of RGB (Red+Green+Blue) = 204+89+128=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5980 is #33A67F. Grayscale: #7F7F7F. Windows color (decimal): -3384960 or 8411596. OLE color: 8411596.

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

Color convert

RGB 204 89 128 -
CMYK 0 0.56 0.37 0.2
HSL 339.65º 0.53% 0.57% -
HSV(B) 339.65º 0.56% 0.8% -
XYZ 32.37 21.54 22.87 -
YUV 127.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 204 89 128 0 0.56 0.37 0.2 339.65 0.53 0.57
Hex CC 59 80 0 38 25 14 154 35 39
Octal 314 131 200 0 70 45 24 524 65 71
Binary 11001100 1011001 10000000 0 111000 100101 10100 101010100 110101 111001

Color Harmonies of #CC5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5980

Black with #CC5980

Text Example


Text Example

White with #CC5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5980; }

 p { color: rgb(204,89,128); }

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

background-color css

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

 a { background-color: rgb(204,89,128); }

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

border-color css

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

 span { border-color: rgb(204,89,128); }

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