Html Css Color HEX #C96674 Cabaret

📋 copy color: '#C96674'

red 201 ◦ green 102 ◦ blue 116

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

Shades of Cabaret #C96674

Tints of Cabaret #C96674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

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

R = 47.97%
G = 24.34%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96674 (or 0xC96674) is known color: Cabaret. HEX triplet: C9, 66 and 74. RGB value is (201,102,116). Sum of RGB (Red+Green+Blue) = 201+102+116=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96674 is #36998B. Grayscale: #858585. Windows color (decimal): -3578252 or 7628489. OLE color: 7628489.

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

Color convert

RGB 201 102 116 -
CMYK 0 0.49 0.42 0.21
HSL 351.52º 0.48% 0.59% -
HSV(B) 351.52º 0.49% 0.79% -
XYZ 31.99 23.18 19.31 -
YUV 133.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 201 102 116 0 0.49 0.42 0.21 351.52 0.48 0.59
Hex C9 66 74 0 31 2A 15 160 30 3B
Octal 311 146 164 0 61 52 25 540 60 73
Binary 11001001 1100110 1110100 0 110001 101010 10101 101100000 110000 111011

Color Harmonies of #C96674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96674

Black with #C96674

Text Example


Text Example

White with #C96674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96674; }

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

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

background-color css

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

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

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

border-color css

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

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

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