Html Css Color HEX #C86970 Cabaret

📋 copy color: '#C86970'

red 200 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C86970

Tints of Cabaret #C86970

RGB

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

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

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

R = 47.96%
G = 25.18%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86970 (or 0xC86970) is known color: Cabaret. HEX triplet: C8, 69 and 70. RGB value is (200,105,112). Sum of RGB (Red+Green+Blue) = 200+105+112=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86970 is #37968F. Grayscale: #868686. Windows color (decimal): -3643024 or 7367112. OLE color: 7367112.

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

Color convert

RGB 200 105 112 -
CMYK 0 0.48 0.44 0.22
HSL 355.58º 0.46% 0.6% -
HSV(B) 355.58º 0.48% 0.78% -
XYZ 31.8 23.55 18.2 -
YUV 134.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 200 105 112 0 0.48 0.44 0.22 355.58 0.46 0.6
Hex C8 69 70 0 30 2C 16 164 2E 3C
Octal 310 151 160 0 60 54 26 544 56 74
Binary 11001000 1101001 1110000 0 110000 101100 10110 101100100 101110 111100

Color Harmonies of #C86970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86970

Black with #C86970

Text Example


Text Example

White with #C86970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86970; }

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

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

background-color css

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

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

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

border-color css

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

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

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