Html Css Color HEX #C9686D Cabaret

📋 copy color: '#C9686D'

red 201 ◦ green 104 ◦ blue 109

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

Shades of Cabaret #C9686D

Tints of Cabaret #C9686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 48.55%
G = 25.12%
B = 26.33%

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

#C9686D (or 0xC9686D) is known color: Cabaret. HEX triplet: C9, 68 and 6D. RGB value is (201,104,109). Sum of RGB (Red+Green+Blue) = 201+104+109=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9686D is #369792. Grayscale: #858585. Windows color (decimal): -3577747 or 7170249. OLE color: 7170249.

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

Color convert

RGB 201 104 109 -
CMYK 0 0.48 0.46 0.21
HSL 356.91º 0.47% 0.6% -
HSV(B) 356.91º 0.48% 0.79% -
XYZ 31.8 23.42 17.31 -
YUV 133.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 201 104 109 0 0.48 0.46 0.21 356.91 0.47 0.6
Hex C9 68 6D 0 30 2E 15 165 2F 3C
Octal 311 150 155 0 60 56 25 545 57 74
Binary 11001001 1101000 1101101 0 110000 101110 10101 101100101 101111 111100

Color Harmonies of #C9686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9686D

Black with #C9686D

Text Example


Text Example

White with #C9686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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