Html Css Color HEX #C9696C Cabaret

📋 copy color: '#C9696C'

red 201 ◦ green 105 ◦ blue 108

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

Shades of Cabaret #C9696C

Tints of Cabaret #C9696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 48.55%
G = 25.36%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9696C (or 0xC9696C) is known color: Cabaret. HEX triplet: C9, 69 and 6C. RGB value is (201,105,108). Sum of RGB (Red+Green+Blue) = 201+105+108=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9696C is #369693. Grayscale: #868686. Windows color (decimal): -3577492 or 7104969. OLE color: 7104969.

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

Color convert

RGB 201 105 108 -
CMYK 0 0.48 0.46 0.21
HSL 358.13º 0.47% 0.6% -
HSV(B) 358.13º 0.48% 0.79% -
XYZ 31.85 23.6 17.06 -
YUV 134.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 201 105 108 0 0.48 0.46 0.21 358.13 0.47 0.6
Hex C9 69 6C 0 30 2E 15 166 2F 3C
Octal 311 151 154 0 60 56 25 546 57 74
Binary 11001001 1101001 1101100 0 110000 101110 10101 101100110 101111 111100

Color Harmonies of #C9696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9696C

Black with #C9696C

Text Example


Text Example

White with #C9696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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