Html Css Color HEX #C96973 Cabaret

📋 copy color: '#C96973'

red 201 ◦ green 105 ◦ blue 115

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

Shades of Cabaret #C96973

Tints of Cabaret #C96973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 47.74%
G = 24.94%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C96973 (or 0xC96973) is known color: Cabaret. HEX triplet: C9, 69 and 73. RGB value is (201,105,115). Sum of RGB (Red+Green+Blue) = 201+105+115=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96973 is #36968C. Grayscale: #868686. Windows color (decimal): -3577485 or 7563721. OLE color: 7563721.

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

Color convert

RGB 201 105 115 -
CMYK 0 0.48 0.43 0.21
HSL 353.75º 0.47% 0.6% -
HSV(B) 353.75º 0.48% 0.79% -
XYZ 32.23 23.76 19.11 -
YUV 134.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 201 105 115 0 0.48 0.43 0.21 353.75 0.47 0.6
Hex C9 69 73 0 30 2B 15 162 2F 3C
Octal 311 151 163 0 60 53 25 542 57 74
Binary 11001001 1101001 1110011 0 110000 101011 10101 101100010 101111 111100

Color Harmonies of #C96973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96973

Black with #C96973

Text Example


Text Example

White with #C96973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96973; }

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

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

background-color css

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

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

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

border-color css

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

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

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