Html Css Color HEX #C96970 Cabaret

📋 copy color: '#C96970'

red 201 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C96970

Tints of Cabaret #C96970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.12%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 48.09%
G = 25.12%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C96970 (or 0xC96970) is known color: Cabaret. HEX triplet: C9, 69 and 70. RGB value is (201,105,112). Sum of RGB (Red+Green+Blue) = 201+105+112=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96970 is #36968F. Grayscale: #868686. Windows color (decimal): -3577488 or 7367113. OLE color: 7367113.

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

Color convert

RGB 201 105 112 -
CMYK 0 0.48 0.44 0.21
HSL 355.63º 0.47% 0.6% -
HSV(B) 355.63º 0.48% 0.79% -
XYZ 32.06 23.69 18.21 -
YUV 134.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 201 105 112 0 0.48 0.44 0.21 355.63 0.47 0.6
Hex C9 69 70 0 30 2C 15 164 2F 3C
Octal 311 151 160 0 60 54 25 544 57 74
Binary 11001001 1101001 1110000 0 110000 101100 10101 101100100 101111 111100

Color Harmonies of #C96970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96970

Black with #C96970

Text Example


Text Example

White with #C96970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96970; }

 p { color: rgb(201,105,112); }

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

background-color css

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

 a { background-color: rgb(201,105,112); }

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

border-color css

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

 span { border-color: rgb(201,105,112); }

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