Html Css Color HEX #C96076 Cabaret

📋 copy color: '#C96076'

red 201 ◦ green 96 ◦ blue 118

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

Shades of Cabaret #C96076

Tints of Cabaret #C96076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 48.43%
G = 23.13%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C96076 (or 0xC96076) is known color: Cabaret. HEX triplet: C9, 60 and 76. RGB value is (201,96,118). Sum of RGB (Red+Green+Blue) = 201+96+118=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C96076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96076 is #369F89. Grayscale: #818181. Windows color (decimal): -3579786 or 7758025. OLE color: 7758025.

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

Color convert

RGB 201 96 118 -
CMYK 0 0.52 0.41 0.21
HSL 347.43º 0.49% 0.58% -
HSV(B) 347.43º 0.52% 0.79% -
XYZ 31.54 22.09 19.74 -
YUV 129.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 201 96 118 0 0.52 0.41 0.21 347.43 0.49 0.58
Hex C9 60 76 0 34 29 15 15B 31 3A
Octal 311 140 166 0 64 51 25 533 61 72
Binary 11001001 1100000 1110110 0 110100 101001 10101 101011011 110001 111010

Color Harmonies of #C96076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96076

Black with #C96076

Text Example


Text Example

White with #C96076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96076; }

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

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

background-color css

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

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

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

border-color css

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

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

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