Html Css Color HEX #C86168 Cabaret

📋 copy color: '#C86168'

red 200 ◦ green 97 ◦ blue 104

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

Shades of Cabaret #C86168

Tints of Cabaret #C86168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 49.88%
G = 24.19%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86168 (or 0xC86168) is known color: Cabaret. HEX triplet: C8, 61 and 68. RGB value is (200,97,104). Sum of RGB (Red+Green+Blue) = 200+97+104=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86168 is #379E97. Grayscale: #808080. Windows color (decimal): -3645080 or 6840776. OLE color: 6840776.

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

Color convert

RGB 200 97 104 -
CMYK 0 0.52 0.48 0.22
HSL 355.92º 0.48% 0.58% -
HSV(B) 355.92º 0.52% 0.78% -
XYZ 30.59 21.83 15.7 -
YUV 128.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 200 97 104 0 0.52 0.48 0.22 355.92 0.48 0.58
Hex C8 61 68 0 34 30 16 164 30 3A
Octal 310 141 150 0 64 60 26 544 60 72
Binary 11001000 1100001 1101000 0 110100 110000 10110 101100100 110000 111010

Color Harmonies of #C86168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86168

Black with #C86168

Text Example


Text Example

White with #C86168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86168; }

 p { color: rgb(200,97,104); }

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

background-color css

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

 a { background-color: rgb(200,97,104); }

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

border-color css

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

 span { border-color: rgb(200,97,104); }

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