Html Css Color HEX #C86571 Cabaret

📋 copy color: '#C86571'

red 200 ◦ green 101 ◦ blue 113

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

Shades of Cabaret #C86571

Tints of Cabaret #C86571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 48.31%
G = 24.4%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86571 (or 0xC86571) is known color: Cabaret. HEX triplet: C8, 65 and 71. RGB value is (200,101,113). Sum of RGB (Red+Green+Blue) = 200+101+113=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86571 is #379A8E. Grayscale: #848484. Windows color (decimal): -3644047 or 7431624. OLE color: 7431624.

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

Color convert

RGB 200 101 113 -
CMYK 0 0.49 0.44 0.22
HSL 352.73º 0.47% 0.59% -
HSV(B) 352.73º 0.5% 0.78% -
XYZ 31.45 22.78 18.36 -
YUV 131.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 200 101 113 0 0.49 0.44 0.22 352.73 0.47 0.59
Hex C8 65 71 0 31 2C 16 161 2F 3B
Octal 310 145 161 0 61 54 26 541 57 73
Binary 11001000 1100101 1110001 0 110001 101100 10110 101100001 101111 111011

Color Harmonies of #C86571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86571

Black with #C86571

Text Example


Text Example

White with #C86571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86571; }

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

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

background-color css

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

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

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

border-color css

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

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

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