Html Css Color HEX #C86379 Cabaret

📋 copy color: '#C86379'

red 200 ◦ green 99 ◦ blue 121

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

Shades of Cabaret #C86379

Tints of Cabaret #C86379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 47.62%
G = 23.57%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C86379 (or 0xC86379) is known color: Cabaret. HEX triplet: C8, 63 and 79. RGB value is (200,99,121). Sum of RGB (Red+Green+Blue) = 200+99+121=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C86379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86379 is #379C86. Grayscale: #838383. Windows color (decimal): -3644551 or 7955400. OLE color: 7955400.

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

Color convert

RGB 200 99 121 -
CMYK 0 0.50 0.39 0.22
HSL 346.93º 0.48% 0.59% -
HSV(B) 346.93º 0.51% 0.78% -
XYZ 31.73 22.58 20.78 -
YUV 131.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 200 99 121 0 0.50 0.39 0.22 346.93 0.48 0.59
Hex C8 63 79 0 32 27 16 15B 30 3B
Octal 310 143 171 0 62 47 26 533 60 73
Binary 11001000 1100011 1111001 0 110010 100111 10110 101011011 110000 111011

Color Harmonies of #C86379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86379

Black with #C86379

Text Example


Text Example

White with #C86379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86379; }

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

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

background-color css

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

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

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

border-color css

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

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

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