Html Css Color HEX #C86270 Cabaret

📋 copy color: '#C86270'

red 200 ◦ green 98 ◦ blue 112

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

Shades of Cabaret #C86270

Tints of Cabaret #C86270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 48.78%
G = 23.9%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86270 (or 0xC86270) is known color: Cabaret. HEX triplet: C8, 62 and 70. RGB value is (200,98,112). Sum of RGB (Red+Green+Blue) = 200+98+112=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C86270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86270 is #379D8F. Grayscale: #828282. Windows color (decimal): -3644816 or 7365320. OLE color: 7365320.

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

Color convert

RGB 200 98 112 -
CMYK 0 0.51 0.44 0.22
HSL 351.76º 0.48% 0.58% -
HSV(B) 351.76º 0.51% 0.78% -
XYZ 31.11 22.18 17.97 -
YUV 130.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 200 98 112 0 0.51 0.44 0.22 351.76 0.48 0.58
Hex C8 62 70 0 33 2C 16 160 30 3A
Octal 310 142 160 0 63 54 26 540 60 72
Binary 11001000 1100010 1110000 0 110011 101100 10110 101100000 110000 111010

Color Harmonies of #C86270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86270

Black with #C86270

Text Example


Text Example

White with #C86270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86270; }

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

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

background-color css

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

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

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

border-color css

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

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

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