Html Css Color HEX #C86377 Cabaret

📋 copy color: '#C86377'

red 200 ◦ green 99 ◦ blue 119

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

Shades of Cabaret #C86377

Tints of Cabaret #C86377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 47.85%
G = 23.68%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C86377 (or 0xC86377) is known color: Cabaret. HEX triplet: C8, 63 and 77. RGB value is (200,99,119). Sum of RGB (Red+Green+Blue) = 200+99+119=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86377 is #379C88. Grayscale: #838383. Windows color (decimal): -3644553 or 7824328. OLE color: 7824328.

HSL color Cylindrical-coordinate representation of color #C86377: hue angle of 348.12º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86377 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 119 -
CMYK 0 0.50 0.40 0.22
HSL 348.12º 0.48% 0.59% -
HSV(B) 348.12º 0.51% 0.78% -
XYZ 31.61 22.53 20.14 -
YUV 131.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 200 99 119 0 0.50 0.40 0.22 348.12 0.48 0.59
Hex C8 63 77 0 32 28 16 15C 30 3B
Octal 310 143 167 0 62 50 26 534 60 73
Binary 11001000 1100011 1110111 0 110010 101000 10110 101011100 110000 111011

Color Harmonies of #C86377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86377

Black with #C86377

Text Example


Text Example

White with #C86377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86377; }

 p { color: rgb(200,99,119); }

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

background-color css

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

 a { background-color: rgb(200,99,119); }

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

border-color css

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

 span { border-color: rgb(200,99,119); }

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