Html Css Color HEX #C86372 Cabaret

📋 copy color: '#C86372'

red 200 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #C86372

Tints of Cabaret #C86372

RGB

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

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

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

R = 48.43%
G = 23.97%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C86372 (or 0xC86372) is known color: Cabaret. HEX triplet: C8, 63 and 72. RGB value is (200,99,114). Sum of RGB (Red+Green+Blue) = 200+99+114=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86372 is #379C8D. Grayscale: #828282. Windows color (decimal): -3644558 or 7496648. OLE color: 7496648.

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

Color convert

RGB 200 99 114 -
CMYK 0 0.50 0.43 0.22
HSL 351.09º 0.48% 0.59% -
HSV(B) 351.09º 0.51% 0.78% -
XYZ 31.32 22.42 18.6 -
YUV 130.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 200 99 114 0 0.50 0.43 0.22 351.09 0.48 0.59
Hex C8 63 72 0 32 2B 16 15F 30 3B
Octal 310 143 162 0 62 53 26 537 60 73
Binary 11001000 1100011 1110010 0 110010 101011 10110 101011111 110000 111011

Color Harmonies of #C86372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86372

Black with #C86372

Text Example


Text Example

White with #C86372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86372; }

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

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

background-color css

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

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

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

border-color css

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

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

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