Html Css Color HEX #C86278 Cabaret

📋 copy color: '#C86278'

red 200 ◦ green 98 ◦ blue 120

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

Shades of Cabaret #C86278

Tints of Cabaret #C86278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.71%

R = 47.85%
G = 23.44%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C86278 (or 0xC86278) is known color: Cabaret. HEX triplet: C8, 62 and 78. RGB value is (200,98,120). Sum of RGB (Red+Green+Blue) = 200+98+120=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86278 is #379D87. Grayscale: #838383. Windows color (decimal): -3644808 or 7889608. OLE color: 7889608.

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

Color convert

RGB 200 98 120 -
CMYK 0 0.51 0.4 0.22
HSL 347.06º 0.48% 0.58% -
HSV(B) 347.06º 0.51% 0.78% -
XYZ 31.58 22.37 20.42 -
YUV 131.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 200 98 120 0 0.51 0.4 0.22 347.06 0.48 0.58
Hex C8 62 78 0 33 28 16 15B 30 3A
Octal 310 142 170 0 63 50 26 533 60 72
Binary 11001000 1100010 1111000 0 110011 101000 10110 101011011 110000 111010

Color Harmonies of #C86278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86278

Black with #C86278

Text Example


Text Example

White with #C86278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86278; }

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

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

background-color css

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

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

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

border-color css

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

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

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