Html Css Color HEX #C96873 Cabaret

📋 copy color: '#C96873'

red 201 ◦ green 104 ◦ blue 115

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

Shades of Cabaret #C96873

Tints of Cabaret #C96873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.76%

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

R = 47.86%
G = 24.76%
B = 27.38%

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

#C96873 (or 0xC96873) is known color: Cabaret. HEX triplet: C9, 68 and 73. RGB value is (201,104,115). Sum of RGB (Red+Green+Blue) = 201+104+115=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96873 is #36978C. Grayscale: #868686. Windows color (decimal): -3577741 or 7563465. OLE color: 7563465.

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

Color convert

RGB 201 104 115 -
CMYK 0 0.48 0.43 0.21
HSL 353.2º 0.47% 0.6% -
HSV(B) 353.2º 0.48% 0.79% -
XYZ 32.13 23.56 19.07 -
YUV 134.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 201 104 115 0 0.48 0.43 0.21 353.2 0.47 0.6
Hex C9 68 73 0 30 2B 15 161 2F 3C
Octal 311 150 163 0 60 53 25 541 57 74
Binary 11001001 1101000 1110011 0 110000 101011 10101 101100001 101111 111100

Color Harmonies of #C96873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96873

Black with #C96873

Text Example


Text Example

White with #C96873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96873; }

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

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

background-color css

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

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

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

border-color css

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

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

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