Html Css Color HEX #CC5974 Cabaret

📋 copy color: '#CC5974'

red 204 ◦ green 89 ◦ blue 116

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

Shades of Cabaret #CC5974

Tints of Cabaret #CC5974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 49.88%
G = 21.76%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC5974 (or 0xCC5974) is known color: Cabaret. HEX triplet: CC, 59 and 74. RGB value is (204,89,116). Sum of RGB (Red+Green+Blue) = 204+89+116=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5974 is #33A68B. Grayscale: #7E7E7E. Windows color (decimal): -3384972 or 7625164. OLE color: 7625164.

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

Color convert

RGB 204 89 116 -
CMYK 0 0.56 0.43 0.2
HSL 345.91º 0.53% 0.57% -
HSV(B) 345.91º 0.56% 0.8% -
XYZ 31.63 21.24 18.96 -
YUV 126.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 204 89 116 0 0.56 0.43 0.2 345.91 0.53 0.57
Hex CC 59 74 0 38 2B 14 15A 35 39
Octal 314 131 164 0 70 53 24 532 65 71
Binary 11001100 1011001 1110100 0 111000 101011 10100 101011010 110101 111001

Color Harmonies of #CC5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5974

Black with #CC5974

Text Example


Text Example

White with #CC5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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