Html Css Color HEX #C86172 Cabaret

📋 copy color: '#C86172'

red 200 ◦ green 97 ◦ blue 114

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

Shades of Cabaret #C86172

Tints of Cabaret #C86172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 48.66%
G = 23.6%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C86172 (or 0xC86172) is known color: Cabaret. HEX triplet: C8, 61 and 72. RGB value is (200,97,114). Sum of RGB (Red+Green+Blue) = 200+97+114=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C86172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86172 is #379E8D. Grayscale: #818181. Windows color (decimal): -3645070 or 7496136. OLE color: 7496136.

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

Color convert

RGB 200 97 114 -
CMYK 0 0.52 0.43 0.22
HSL 350.1º 0.48% 0.58% -
HSV(B) 350.1º 0.52% 0.78% -
XYZ 31.13 22.04 18.53 -
YUV 129.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 200 97 114 0 0.52 0.43 0.22 350.1 0.48 0.58
Hex C8 61 72 0 34 2B 16 15E 30 3A
Octal 310 141 162 0 64 53 26 536 60 72
Binary 11001000 1100001 1110010 0 110100 101011 10110 101011110 110000 111010

Color Harmonies of #C86172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86172

Black with #C86172

Text Example


Text Example

White with #C86172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86172; }

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

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

background-color css

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

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

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

border-color css

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

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

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