Html Css Color HEX #CC5970 Cabaret

📋 copy color: '#CC5970'

red 204 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #CC5970

Tints of Cabaret #CC5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 50.37%
G = 21.98%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC5970 (or 0xCC5970) is known color: Cabaret. HEX triplet: CC, 59 and 70. RGB value is (204,89,112). Sum of RGB (Red+Green+Blue) = 204+89+112=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5970 is #33A68F. Grayscale: #7E7E7E. Windows color (decimal): -3384976 or 7363020. OLE color: 7363020.

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

Color convert

RGB 204 89 112 -
CMYK 0 0.56 0.45 0.2
HSL 348º 0.53% 0.57% -
HSV(B) 348º 0.56% 0.8% -
XYZ 31.4 21.15 17.76 -
YUV 126.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 204 89 112 0 0.56 0.45 0.2 348 0.53 0.57
Hex CC 59 70 0 38 2D 14 15C 35 39
Octal 314 131 160 0 70 55 24 534 65 71
Binary 11001100 1011001 1110000 0 111000 101101 10100 101011100 110101 111001

Color Harmonies of #CC5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5970

Black with #CC5970

Text Example


Text Example

White with #CC5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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