Html Css Color HEX #C9576A Cabaret

📋 copy color: '#C9576A'

red 201 ◦ green 87 ◦ blue 106

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

Shades of Cabaret #C9576A

Tints of Cabaret #C9576A

RGB

 RED value IS 201 (78.91% from 255) = 51.02%

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

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

R = 51.02%
G = 22.08%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9576A (or 0xC9576A) is known color: Cabaret. HEX triplet: C9, 57 and 6A. RGB value is (201,87,106). Sum of RGB (Red+Green+Blue) = 201+87+106=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9576A is #36A895. Grayscale: #7B7B7B. Windows color (decimal): -3582102 or 6969289. OLE color: 6969289.

HSL color Cylindrical-coordinate representation of color #C9576A: hue angle of 350º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9576A is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 106 -
CMYK 0 0.57 0.47 0.21
HSL 350º 0.51% 0.56% -
HSV(B) 350º 0.57% 0.79% -
XYZ 30.1 20.27 15.96 -
YUV 123.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 201 87 106 0 0.57 0.47 0.21 350 0.51 0.56
Hex C9 57 6A 0 39 2F 15 15E 33 38
Octal 311 127 152 0 71 57 25 536 63 70
Binary 11001001 1010111 1101010 0 111001 101111 10101 101011110 110011 111000

Color Harmonies of #C9576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9576A

Black with #C9576A

Text Example


Text Example

White with #C9576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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