Html Css Color HEX #C9696F Cabaret

📋 copy color: '#C9696F'

red 201 ◦ green 105 ◦ blue 111

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

Shades of Cabaret #C9696F

Tints of Cabaret #C9696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 48.2%
G = 25.18%
B = 26.62%

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

#C9696F (or 0xC9696F) is known color: Cabaret. HEX triplet: C9, 69 and 6F. RGB value is (201,105,111). Sum of RGB (Red+Green+Blue) = 201+105+111=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9696F is #369690. Grayscale: #868686. Windows color (decimal): -3577489 or 7301577. OLE color: 7301577.

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

Color convert

RGB 201 105 111 -
CMYK 0 0.48 0.45 0.21
HSL 356.25º 0.47% 0.6% -
HSV(B) 356.25º 0.48% 0.79% -
XYZ 32.01 23.67 17.92 -
YUV 134.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 201 105 111 0 0.48 0.45 0.21 356.25 0.47 0.6
Hex C9 69 6F 0 30 2D 15 164 2F 3C
Octal 311 151 157 0 60 55 25 544 57 74
Binary 11001001 1101001 1101111 0 110000 101101 10101 101100100 101111 111100

Color Harmonies of #C9696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9696F

Black with #C9696F

Text Example


Text Example

White with #C9696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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