#C07B6C

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

Shades of Contessa #C07B6C

Tints of Contessa #C07B6C

Color information

#C07B6C (or 0xC07B6C) is unknown color: approx Contessa. HEX triplet: C0, 7B and 6C. RGB value is (192,123,108). Sum of RGB (Red+Green+Blue) = 192+123+108=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B6C is #3F8493. Grayscale: #8E8E8E. Windows color (decimal): -4162708 or 7109568. OLE color: 7109568.

HSL color Cylindrical-coordinate representation of color #C07B6C: hue angle of 10.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07B6C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192123108-
CMYK00.360.440.25
HSL10.71º40%58.82%-
HSV(B)10.71º43.75%75.29%-
XYZ31.5326.4617.63-
YUV141.92108.86163.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=45.39%
G=29.08%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212310800.360.440.2510.714058.82
HexC07B6C0242C19b283b
Octal3001731540445431135073
Binary11000000111101111011000100100101100110011011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B6C; }

 p { color: rgb(192,123,108); }

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

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

 a { background-color: rgb(192,123,108); }

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

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

 span { border-color: rgb(192,123,108); }

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