Html Css Color HEX #C86871 Cabaret

📋 copy color: '#C86871'

red 200 ◦ green 104 ◦ blue 113

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

Shades of Cabaret #C86871

Tints of Cabaret #C86871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 47.96%
G = 24.94%
B = 27.1%

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

#C86871 (or 0xC86871) is known color: Cabaret. HEX triplet: C8, 68 and 71. RGB value is (200,104,113). Sum of RGB (Red+Green+Blue) = 200+104+113=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86871 is #37978E. Grayscale: #858585. Windows color (decimal): -3643279 or 7432392. OLE color: 7432392.

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

Color convert

RGB 200 104 113 -
CMYK 0 0.48 0.44 0.22
HSL 354.38º 0.47% 0.6% -
HSV(B) 354.38º 0.48% 0.78% -
XYZ 31.75 23.37 18.46 -
YUV 133.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 200 104 113 0 0.48 0.44 0.22 354.38 0.47 0.6
Hex C8 68 71 0 30 2C 16 162 2F 3C
Octal 310 150 161 0 60 54 26 542 57 74
Binary 11001000 1101000 1110001 0 110000 101100 10110 101100010 101111 111100

Color Harmonies of #C86871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86871

Black with #C86871

Text Example


Text Example

White with #C86871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86871; }

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

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

background-color css

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

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

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

border-color css

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

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

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