#C8756A

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

Shades of Contessa #C8756A

Tints of Contessa #C8756A

Color information

#C8756A (or 0xC8756A) is unknown color: approx Contessa. HEX triplet: C8, 75 and 6A. RGB value is (200,117,106). Sum of RGB (Red+Green+Blue) = 200+117+106=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8756A is #378A95. Grayscale: #8C8C8C. Windows color (decimal): -3639958 or 6976968. OLE color: 6976968.

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

Color convert

RGB200117106-
CMYK00.420.470.22
HSL7.02º46.08%60%-
HSV(B)7.02º47%78.43%-
XYZ32.7826.0416.93-
YUV140.56108.5170.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=47.28%
G=27.66%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011710600.420.470.227.0246.0860
HexC8756A02A2F1672e3c
Octal310165152052572675674
Binary1100100011101011101010010101010111110110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8756A; }

 p { color: rgb(200,117,106); }

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

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

 a { background-color: rgb(200,117,106); }

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

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

 span { border-color: rgb(200,117,106); }

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