Html Css Color HEX #C86873 Cabaret

📋 copy color: '#C86873'

red 200 ◦ green 104 ◦ blue 115

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

Shades of Cabaret #C86873

Tints of Cabaret #C86873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 47.73%
G = 24.82%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C86873 (or 0xC86873) is known color: Cabaret. HEX triplet: C8, 68 and 73. RGB value is (200,104,115). Sum of RGB (Red+Green+Blue) = 200+104+115=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86873 is #37978C. Grayscale: #868686. Windows color (decimal): -3643277 or 7563464. OLE color: 7563464.

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

Color convert

RGB 200 104 115 -
CMYK 0 0.48 0.42 0.22
HSL 353.13º 0.47% 0.6% -
HSV(B) 353.13º 0.48% 0.78% -
XYZ 31.86 23.42 19.06 -
YUV 133.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 200 104 115 0 0.48 0.42 0.22 353.13 0.47 0.6
Hex C8 68 73 0 30 2A 16 161 2F 3C
Octal 310 150 163 0 60 52 26 541 57 74
Binary 11001000 1101000 1110011 0 110000 101010 10110 101100001 101111 111100

Color Harmonies of #C86873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86873

Black with #C86873

Text Example


Text Example

White with #C86873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86873; }

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

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

background-color css

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

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

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

border-color css

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

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

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