Html Css Color HEX #C86875 Cabaret

📋 copy color: '#C86875'

red 200 ◦ green 104 ◦ blue 117

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

Shades of Cabaret #C86875

Tints of Cabaret #C86875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 47.51%
G = 24.7%
B = 27.79%

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

#C86875 (or 0xC86875) is known color: Cabaret. HEX triplet: C8, 68 and 75. RGB value is (200,104,117). Sum of RGB (Red+Green+Blue) = 200+104+117=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86875 is #37978A. Grayscale: #868686. Windows color (decimal): -3643275 or 7694536. OLE color: 7694536.

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

Color convert

RGB 200 104 117 -
CMYK 0 0.48 0.42 0.22
HSL 351.88º 0.47% 0.6% -
HSV(B) 351.88º 0.48% 0.78% -
XYZ 31.98 23.46 19.67 -
YUV 134.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 200 104 117 0 0.48 0.42 0.22 351.88 0.47 0.6
Hex C8 68 75 0 30 2A 16 160 2F 3C
Octal 310 150 165 0 60 52 26 540 57 74
Binary 11001000 1101000 1110101 0 110000 101010 10110 101100000 101111 111100

Color Harmonies of #C86875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86875

Black with #C86875

Text Example


Text Example

White with #C86875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86875; }

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

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

background-color css

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

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

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

border-color css

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

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

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