Html Css Color HEX #C96874 Cabaret

📋 copy color: '#C96874'

red 201 ◦ green 104 ◦ blue 116

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

Shades of Cabaret #C96874

Tints of Cabaret #C96874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 47.74%
G = 24.7%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96874 (or 0xC96874) is known color: Cabaret. HEX triplet: C9, 68 and 74. RGB value is (201,104,116). Sum of RGB (Red+Green+Blue) = 201+104+116=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96874 is #36978B. Grayscale: #868686. Windows color (decimal): -3577740 or 7629001. OLE color: 7629001.

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

Color convert

RGB 201 104 116 -
CMYK 0 0.48 0.42 0.21
HSL 352.58º 0.47% 0.6% -
HSV(B) 352.58º 0.48% 0.79% -
XYZ 32.19 23.58 19.38 -
YUV 134.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 201 104 116 0 0.48 0.42 0.21 352.58 0.47 0.6
Hex C9 68 74 0 30 2A 15 161 2F 3C
Octal 311 150 164 0 60 52 25 541 57 74
Binary 11001001 1101000 1110100 0 110000 101010 10101 101100001 101111 111100

Color Harmonies of #C96874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96874

Black with #C96874

Text Example


Text Example

White with #C96874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96874; }

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

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

background-color css

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

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

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

border-color css

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

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

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