Html Css Color HEX #CC576A Cabaret

📋 copy color: '#CC576A'

red 204 ◦ green 87 ◦ blue 106

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

Shades of Cabaret #CC576A

Tints of Cabaret #CC576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.91%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 51.39%
G = 21.91%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC576A (or 0xCC576A) is known color: Cabaret. HEX triplet: CC, 57 and 6A. RGB value is (204,87,106). Sum of RGB (Red+Green+Blue) = 204+87+106=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC576A is #33A895. Grayscale: #7C7C7C. Windows color (decimal): -3385494 or 6969292. OLE color: 6969292.

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

Color convert

RGB 204 87 106 -
CMYK 0 0.57 0.48 0.2
HSL 350.26º 0.53% 0.57% -
HSV(B) 350.26º 0.57% 0.8% -
XYZ 30.91 20.69 16 -
YUV 124.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 204 87 106 0 0.57 0.48 0.2 350.26 0.53 0.57
Hex CC 57 6A 0 39 30 14 15E 35 39
Octal 314 127 152 0 71 60 24 536 65 71
Binary 11001100 1010111 1101010 0 111001 110000 10100 101011110 110101 111001

Color Harmonies of #CC576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC576A

Black with #CC576A

Text Example


Text Example

White with #CC576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC576A; }

 p { color: rgb(204,87,106); }

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

background-color css

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

 a { background-color: rgb(204,87,106); }

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

border-color css

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

 span { border-color: rgb(204,87,106); }

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