Html Css Color HEX #C9696E Cabaret

📋 copy color: '#C9696E'

red 201 ◦ green 105 ◦ blue 110

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

Shades of Cabaret #C9696E

Tints of Cabaret #C9696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 48.32%
G = 25.24%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9696E (or 0xC9696E) is known color: Cabaret. HEX triplet: C9, 69 and 6E. RGB value is (201,105,110). Sum of RGB (Red+Green+Blue) = 201+105+110=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9696E is #369691. Grayscale: #868686. Windows color (decimal): -3577490 or 7236041. OLE color: 7236041.

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

Color convert

RGB 201 105 110 -
CMYK 0 0.48 0.45 0.21
HSL 356.88º 0.47% 0.6% -
HSV(B) 356.88º 0.48% 0.79% -
XYZ 31.95 23.65 17.63 -
YUV 134.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 201 105 110 0 0.48 0.45 0.21 356.88 0.47 0.6
Hex C9 69 6E 0 30 2D 15 165 2F 3C
Octal 311 151 156 0 60 55 25 545 57 74
Binary 11001001 1101001 1101110 0 110000 101101 10101 101100101 101111 111100

Color Harmonies of #C9696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9696E

Black with #C9696E

Text Example


Text Example

White with #C9696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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