Html Css Color HEX #C96276 Cabaret

📋 copy color: '#C96276'

red 201 ◦ green 98 ◦ blue 118

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

Shades of Cabaret #C96276

Tints of Cabaret #C96276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 48.2%
G = 23.5%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C96276 (or 0xC96276) is known color: Cabaret. HEX triplet: C9, 62 and 76. RGB value is (201,98,118). Sum of RGB (Red+Green+Blue) = 201+98+118=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96276 is #369D89. Grayscale: #838383. Windows color (decimal): -3579274 or 7758537. OLE color: 7758537.

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

Color convert

RGB 201 98 118 -
CMYK 0 0.51 0.41 0.21
HSL 348.35º 0.49% 0.59% -
HSV(B) 348.35º 0.51% 0.79% -
XYZ 31.73 22.46 19.8 -
YUV 131.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 201 98 118 0 0.51 0.41 0.21 348.35 0.49 0.59
Hex C9 62 76 0 33 29 15 15C 31 3B
Octal 311 142 166 0 63 51 25 534 61 73
Binary 11001001 1100010 1110110 0 110011 101001 10101 101011100 110001 111011

Color Harmonies of #C96276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96276

Black with #C96276

Text Example


Text Example

White with #C96276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96276; }

 p { color: rgb(201,98,118); }

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

background-color css

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

 a { background-color: rgb(201,98,118); }

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

border-color css

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

 span { border-color: rgb(201,98,118); }

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