Html Css Color HEX #CC5983 Cranberry

📋 copy color: '#CC5983'

red 204 ◦ green 89 ◦ blue 131

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

Shades of Cranberry #CC5983

Tints of Cranberry #CC5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 48.11%
G = 20.99%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC5983 (or 0xCC5983) is known color: Cranberry. HEX triplet: CC, 59 and 83. RGB value is (204,89,131). Sum of RGB (Red+Green+Blue) = 204+89+131=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5983 is #33A67C. Grayscale: #808080. Windows color (decimal): -3384957 or 8608204. OLE color: 8608204.

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

Color convert

RGB 204 89 131 -
CMYK 0 0.56 0.36 0.2
HSL 338.09º 0.53% 0.57% -
HSV(B) 338.09º 0.56% 0.8% -
XYZ 32.57 21.62 23.93 -
YUV 128.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 204 89 131 0 0.56 0.36 0.2 338.09 0.53 0.57
Hex CC 59 83 0 38 24 14 152 35 39
Octal 314 131 203 0 70 44 24 522 65 71
Binary 11001100 1011001 10000011 0 111000 100100 10100 101010010 110101 111001

Color Harmonies of #CC5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5983

Black with #CC5983

Text Example


Text Example

White with #CC5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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