Html Css Color HEX #C86171 Cabaret

📋 copy color: '#C86171'

red 200 ◦ green 97 ◦ blue 113

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

Shades of Cabaret #C86171

Tints of Cabaret #C86171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

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

R = 48.78%
G = 23.66%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86171 (or 0xC86171) is known color: Cabaret. HEX triplet: C8, 61 and 71. RGB value is (200,97,113). Sum of RGB (Red+Green+Blue) = 200+97+113=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C86171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86171 is #379E8E. Grayscale: #818181. Windows color (decimal): -3645071 or 7430600. OLE color: 7430600.

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

Color convert

RGB 200 97 113 -
CMYK 0 0.52 0.44 0.22
HSL 350.68º 0.48% 0.58% -
HSV(B) 350.68º 0.52% 0.78% -
XYZ 31.07 22.02 18.24 -
YUV 129.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 200 97 113 0 0.52 0.44 0.22 350.68 0.48 0.58
Hex C8 61 71 0 34 2C 16 15F 30 3A
Octal 310 141 161 0 64 54 26 537 60 72
Binary 11001000 1100001 1110001 0 110100 101100 10110 101011111 110000 111010

Color Harmonies of #C86171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86171

Black with #C86171

Text Example


Text Example

White with #C86171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86171; }

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

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

background-color css

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

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

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

border-color css

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

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

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