Html Css Color HEX #C86574 Cabaret

📋 copy color: '#C86574'

red 200 ◦ green 101 ◦ blue 116

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

Shades of Cabaret #C86574

Tints of Cabaret #C86574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 47.96%
G = 24.22%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C86574 (or 0xC86574) is known color: Cabaret. HEX triplet: C8, 65 and 74. RGB value is (200,101,116). Sum of RGB (Red+Green+Blue) = 200+101+116=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86574 is #379A8B. Grayscale: #848484. Windows color (decimal): -3644044 or 7628232. OLE color: 7628232.

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

Color convert

RGB 200 101 116 -
CMYK 0 0.49 0.42 0.22
HSL 350.91º 0.47% 0.59% -
HSV(B) 350.91º 0.5% 0.78% -
XYZ 31.63 22.85 19.27 -
YUV 132.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 200 101 116 0 0.49 0.42 0.22 350.91 0.47 0.59
Hex C8 65 74 0 31 2A 16 15F 2F 3B
Octal 310 145 164 0 61 52 26 537 57 73
Binary 11001000 1100101 1110100 0 110001 101010 10110 101011111 101111 111011

Color Harmonies of #C86574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86574

Black with #C86574

Text Example


Text Example

White with #C86574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86574; }

 p { color: rgb(200,101,116); }

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

background-color css

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

 a { background-color: rgb(200,101,116); }

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

border-color css

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

 span { border-color: rgb(200,101,116); }

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