#C87068

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

Shades of Contessa #C87068

Tints of Contessa #C87068

Color information

#C87068 (or 0xC87068) is unknown color: approx Contessa. HEX triplet: C8, 70 and 68. RGB value is (200,112,104). Sum of RGB (Red+Green+Blue) = 200+112+104=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87068 is #378F97. Grayscale: #898989. Windows color (decimal): -3641240 or 6844616. OLE color: 6844616.

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

Color convert

RGB200112104-
CMYK00.440.480.22
HSL46.6%59.61%-
HSV(B)48%78.43%-
XYZ32.1124.8716.2-
YUV137.4109.15172.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 104 (41.02% from 255) = 25%
R=48.08%
G=26.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011210400.440.480.22546.659.61
HexC8706802C301652f3c
Octal310160150054602655774
Binary1100100011100001101000010110011000010110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87068; }

 p { color: rgb(200,112,104); }

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

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

 a { background-color: rgb(200,112,104); }

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

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

 span { border-color: rgb(200,112,104); }

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