Html Css Color HEX #C9686E Cabaret

📋 copy color: '#C9686E'

red 201 ◦ green 104 ◦ blue 110

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

Shades of Cabaret #C9686E

Tints of Cabaret #C9686E

RGB

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

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

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

R = 48.43%
G = 25.06%
B = 26.51%

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

#C9686E (or 0xC9686E) is known color: Cabaret. HEX triplet: C9, 68 and 6E. RGB value is (201,104,110). Sum of RGB (Red+Green+Blue) = 201+104+110=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9686E is #369791. Grayscale: #858585. Windows color (decimal): -3577746 or 7235785. OLE color: 7235785.

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

Color convert

RGB 201 104 110 -
CMYK 0 0.48 0.45 0.21
HSL 356.29º 0.47% 0.6% -
HSV(B) 356.29º 0.48% 0.79% -
XYZ 31.85 23.44 17.6 -
YUV 133.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 201 104 110 0 0.48 0.45 0.21 356.29 0.47 0.6
Hex C9 68 6E 0 30 2D 15 164 2F 3C
Octal 311 150 156 0 60 55 25 544 57 74
Binary 11001001 1101000 1101110 0 110000 101101 10101 101100100 101111 111100

Color Harmonies of #C9686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9686E

Black with #C9686E

Text Example


Text Example

White with #C9686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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