Html Css Color HEX #CC5975 Cabaret

📋 copy color: '#CC5975'

red 204 ◦ green 89 ◦ blue 117

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

Shades of Cabaret #CC5975

Tints of Cabaret #CC5975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 49.76%
G = 21.71%
B = 28.54%

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

#CC5975 (or 0xCC5975) is known color: Cabaret. HEX triplet: CC, 59 and 75. RGB value is (204,89,117). Sum of RGB (Red+Green+Blue) = 204+89+117=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5975 is #33A68A. Grayscale: #7E7E7E. Windows color (decimal): -3384971 or 7690700. OLE color: 7690700.

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

Color convert

RGB 204 89 117 -
CMYK 0 0.56 0.43 0.2
HSL 345.39º 0.53% 0.57% -
HSV(B) 345.39º 0.56% 0.8% -
XYZ 31.69 21.27 19.26 -
YUV 126.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 204 89 117 0 0.56 0.43 0.2 345.39 0.53 0.57
Hex CC 59 75 0 38 2B 14 159 35 39
Octal 314 131 165 0 70 53 24 531 65 71
Binary 11001100 1011001 1110101 0 111000 101011 10100 101011001 110101 111001

Color Harmonies of #CC5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5975

Black with #CC5975

Text Example


Text Example

White with #CC5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5975; }

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

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

background-color css

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

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

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

border-color css

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

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

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