Html Css Color HEX #C96377 Cabaret

📋 copy color: '#C96377'

red 201 ◦ green 99 ◦ blue 119

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

Shades of Cabaret #C96377

Tints of Cabaret #C96377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 47.97%
G = 23.63%
B = 28.4%

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

#C96377 (or 0xC96377) is known color: Cabaret. HEX triplet: C9, 63 and 77. RGB value is (201,99,119). Sum of RGB (Red+Green+Blue) = 201+99+119=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96377 is #369C88. Grayscale: #838383. Windows color (decimal): -3579017 or 7824329. OLE color: 7824329.

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

Color convert

RGB 201 99 119 -
CMYK 0 0.51 0.41 0.21
HSL 348.24º 0.49% 0.59% -
HSV(B) 348.24º 0.51% 0.79% -
XYZ 31.88 22.67 20.15 -
YUV 131.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 201 99 119 0 0.51 0.41 0.21 348.24 0.49 0.59
Hex C9 63 77 0 33 29 15 15C 31 3B
Octal 311 143 167 0 63 51 25 534 61 73
Binary 11001001 1100011 1110111 0 110011 101001 10101 101011100 110001 111011

Color Harmonies of #C96377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96377

Black with #C96377

Text Example


Text Example

White with #C96377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96377; }

 p { color: rgb(201,99,119); }

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

background-color css

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

 a { background-color: rgb(201,99,119); }

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

border-color css

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

 span { border-color: rgb(201,99,119); }

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