Html Css Color HEX #C96578 Cabaret

📋 copy color: '#C96578'

red 201 ◦ green 101 ◦ blue 120

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

Shades of Cabaret #C96578

Tints of Cabaret #C96578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 47.63%
G = 23.93%
B = 28.44%

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

#C96578 (or 0xC96578) is known color: Cabaret. HEX triplet: C9, 65 and 78. RGB value is (201,101,120). Sum of RGB (Red+Green+Blue) = 201+101+120=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C96578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96578 is #369A87. Grayscale: #858585. Windows color (decimal): -3578504 or 7890377. OLE color: 7890377.

HSL color Cylindrical-coordinate representation of color #C96578: hue angle of 348.6º 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 #C96578 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 120 -
CMYK 0 0.50 0.40 0.21
HSL 348.6º 0.48% 0.59% -
HSV(B) 348.6º 0.5% 0.79% -
XYZ 32.13 23.08 20.53 -
YUV 133.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 201 101 120 0 0.50 0.40 0.21 348.6 0.48 0.59
Hex C9 65 78 0 32 28 15 15D 30 3B
Octal 311 145 170 0 62 50 25 535 60 73
Binary 11001001 1100101 1111000 0 110010 101000 10101 101011101 110000 111011

Color Harmonies of #C96578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96578

Black with #C96578

Text Example


Text Example

White with #C96578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96578; }

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

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

background-color css

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

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

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

border-color css

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

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

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