Html Css Color HEX #C86170 Cabaret

📋 copy color: '#C86170'

red 200 ◦ green 97 ◦ blue 112

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

Shades of Cabaret #C86170

Tints of Cabaret #C86170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 48.9%
G = 23.72%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86170 (or 0xC86170) is known color: Cabaret. HEX triplet: C8, 61 and 70. RGB value is (200,97,112). Sum of RGB (Red+Green+Blue) = 200+97+112=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C86170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86170 is #379E8F. Grayscale: #818181. Windows color (decimal): -3645072 or 7365064. OLE color: 7365064.

HSL color Cylindrical-coordinate representation of color #C86170: hue angle of 351.26º 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 #C86170 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 112 -
CMYK 0 0.52 0.44 0.22
HSL 351.26º 0.48% 0.58% -
HSV(B) 351.26º 0.52% 0.78% -
XYZ 31.02 22 17.94 -
YUV 129.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 200 97 112 0 0.52 0.44 0.22 351.26 0.48 0.58
Hex C8 61 70 0 34 2C 16 15F 30 3A
Octal 310 141 160 0 64 54 26 537 60 72
Binary 11001000 1100001 1110000 0 110100 101100 10110 101011111 110000 111010

Color Harmonies of #C86170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86170

Black with #C86170

Text Example


Text Example

White with #C86170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86170; }

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

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

background-color css

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

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

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

border-color css

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

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

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