Html Css Color HEX #C9686B Cabaret

📋 copy color: '#C9686B'

red 201 ◦ green 104 ◦ blue 107

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

Shades of Cabaret #C9686B

Tints of Cabaret #C9686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 48.79%
G = 25.24%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9686B (or 0xC9686B) is known color: Cabaret. HEX triplet: C9, 68 and 6B. RGB value is (201,104,107). Sum of RGB (Red+Green+Blue) = 201+104+107=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9686B is #369794. Grayscale: #858585. Windows color (decimal): -3577749 or 7039177. OLE color: 7039177.

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

Color convert

RGB 201 104 107 -
CMYK 0 0.48 0.47 0.21
HSL 358.14º 0.47% 0.6% -
HSV(B) 358.14º 0.48% 0.79% -
XYZ 31.69 23.38 16.75 -
YUV 133.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 201 104 107 0 0.48 0.47 0.21 358.14 0.47 0.6
Hex C9 68 6B 0 30 2F 15 166 2F 3C
Octal 311 150 153 0 60 57 25 546 57 74
Binary 11001001 1101000 1101011 0 110000 101111 10101 101100110 101111 111100

Color Harmonies of #C9686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9686B

Black with #C9686B

Text Example


Text Example

White with #C9686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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