#C87263

Color #C87263 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C87263

Tints of Contessa #C87263

Color information

#C87263 (or 0xC87263) is unknown color: approx Contessa. HEX triplet: C8, 72 and 63. RGB value is (200,114,99). Sum of RGB (Red+Green+Blue) = 200+114+99=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C87263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87263 is #378D9C. Grayscale: #8A8A8A. Windows color (decimal): -3640733 or 6517448. OLE color: 6517448.

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

Color convert

RGB20011499-
CMYK00.430.500.22
HSL8.91º47.87%58.63%-
HSV(B)8.91º50.5%78.43%-
XYZ32.0925.2114.98-
YUV138105.99172.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=48.43%
G=27.60%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001149900.430.500.228.9147.8758.63
HexC8726302B32169303b
Octal3101621430536226116073
Binary11001000111001011000110101011110010101101001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87263; }

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

 H1.HeaderClassName
 {
   color: #C87263;
 }
 .AnyTagClassName
 {
   color: #C87263;
 }
</style>
background-color css

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

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

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

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

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

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