Html Css Color HEX #C96772 Cabaret

📋 copy color: '#C96772'

red 201 ◦ green 103 ◦ blue 114

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

Shades of Cabaret #C96772

Tints of Cabaret #C96772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 48.09%
G = 24.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C96772 (or 0xC96772) is known color: Cabaret. HEX triplet: C9, 67 and 72. RGB value is (201,103,114). Sum of RGB (Red+Green+Blue) = 201+103+114=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96772 is #36988D. Grayscale: #858585. Windows color (decimal): -3577998 or 7497673. OLE color: 7497673.

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

Color convert

RGB 201 103 114 -
CMYK 0 0.49 0.43 0.21
HSL 353.27º 0.48% 0.6% -
HSV(B) 353.27º 0.49% 0.79% -
XYZ 31.97 23.33 18.74 -
YUV 133.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 201 103 114 0 0.49 0.43 0.21 353.27 0.48 0.6
Hex C9 67 72 0 31 2B 15 161 30 3C
Octal 311 147 162 0 61 53 25 541 60 74
Binary 11001001 1100111 1110010 0 110001 101011 10101 101100001 110000 111100

Color Harmonies of #C96772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96772

Black with #C96772

Text Example


Text Example

White with #C96772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96772; }

 p { color: rgb(201,103,114); }

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

background-color css

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

 a { background-color: rgb(201,103,114); }

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

border-color css

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

 span { border-color: rgb(201,103,114); }

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