#C87B6B

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

Shades of Contessa #C87B6B

Tints of Contessa #C87B6B

Color information

#C87B6B (or 0xC87B6B) is unknown color: approx Contessa. HEX triplet: C8, 7B and 6B. RGB value is (200,123,107). Sum of RGB (Red+Green+Blue) = 200+123+107=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B6B is #378494. Grayscale: #909090. Windows color (decimal): -3638421 or 7044040. OLE color: 7044040.

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

Color convert

RGB200123107-
CMYK00.380.460.22
HSL10.32º45.81%60.2%-
HSV(B)10.32º46.5%78.43%-
XYZ33.5627.5117.45-
YUV144.2107.01167.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=46.51%
G=28.60%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012310700.380.460.2210.3245.8160.2
HexC87B6B0262E16a2e3c
Octal3101731530465626125674
Binary11001000111101111010110100110101110101101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B6B; }

 p { color: rgb(200,123,107); }

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

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

 a { background-color: rgb(200,123,107); }

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

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

 span { border-color: rgb(200,123,107); }

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