#C87266

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

Shades of Contessa #C87266

Tints of Contessa #C87266

Color information

#C87266 (or 0xC87266) is unknown color: approx Contessa. HEX triplet: C8, 72 and 66. RGB value is (200,114,102). Sum of RGB (Red+Green+Blue) = 200+114+102=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87266 is #378D99. Grayscale: #8A8A8A. Windows color (decimal): -3640730 or 6714056. OLE color: 6714056.

HSL color Cylindrical-coordinate representation of color #C87266: hue angle of 7.35º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C87266 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200114102-
CMYK00.430.490.22
HSL7.35º47.12%59.22%-
HSV(B)7.35º49%78.43%-
XYZ32.2425.2715.75-
YUV138.35107.49171.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=48.08%
G=27.40%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011410200.430.490.227.3547.1259.22
HexC8726602B311672f3b
Octal310162146053612675773
Binary1100100011100101100110010101111000110110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87266; }

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

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

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

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

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

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

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

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