Html Css Color HEX #C96579 Cabaret

📋 copy color: '#C96579'

red 201 ◦ green 101 ◦ blue 121

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

Shades of Cabaret #C96579

Tints of Cabaret #C96579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 47.52%
G = 23.88%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C96579 (or 0xC96579) is known color: Cabaret. HEX triplet: C9, 65 and 79. RGB value is (201,101,121). Sum of RGB (Red+Green+Blue) = 201+101+121=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C96579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96579 is #369A86. Grayscale: #858585. Windows color (decimal): -3578503 or 7955913. OLE color: 7955913.

HSL color Cylindrical-coordinate representation of color #C96579: hue angle of 348º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96579 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 121 -
CMYK 0 0.50 0.40 0.21
HSL 348º 0.48% 0.59% -
HSV(B) 348º 0.5% 0.79% -
XYZ 32.19 23.11 20.85 -
YUV 133.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 201 101 121 0 0.50 0.40 0.21 348 0.48 0.59
Hex C9 65 79 0 32 28 15 15C 30 3B
Octal 311 145 171 0 62 50 25 534 60 73
Binary 11001001 1100101 1111001 0 110010 101000 10101 101011100 110000 111011

Color Harmonies of #C96579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96579

Black with #C96579

Text Example


Text Example

White with #C96579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96579; }

 p { color: rgb(201,101,121); }

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

background-color css

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

 a { background-color: rgb(201,101,121); }

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

border-color css

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

 span { border-color: rgb(201,101,121); }

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