Html Css Color HEX #C8696E Cabaret

📋 copy color: '#C8696E'

red 200 ◦ green 105 ◦ blue 110

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

Shades of Cabaret #C8696E

Tints of Cabaret #C8696E

RGB

 RED value IS 200 (78.52% from 255) = 48.19%

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

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

R = 48.19%
G = 25.3%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8696E (or 0xC8696E) is known color: Cabaret. HEX triplet: C8, 69 and 6E. RGB value is (200,105,110). Sum of RGB (Red+Green+Blue) = 200+105+110=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8696E is #379691. Grayscale: #868686. Windows color (decimal): -3643026 or 7236040. OLE color: 7236040.

HSL color Cylindrical-coordinate representation of color #C8696E: hue angle of 356.84º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8696E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 110 -
CMYK 0 0.48 0.45 0.22
HSL 356.84º 0.46% 0.6% -
HSV(B) 356.84º 0.48% 0.78% -
XYZ 31.69 23.51 17.62 -
YUV 133.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 200 105 110 0 0.48 0.45 0.22 356.84 0.46 0.6
Hex C8 69 6E 0 30 2D 16 165 2E 3C
Octal 310 151 156 0 60 55 26 545 56 74
Binary 11001000 1101001 1101110 0 110000 101101 10110 101100101 101110 111100

Color Harmonies of #C8696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8696E

Black with #C8696E

Text Example


Text Example

White with #C8696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8696E; }

 p { color: rgb(200,105,110); }

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

background-color css

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

 a { background-color: rgb(200,105,110); }

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

border-color css

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

 span { border-color: rgb(200,105,110); }

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