#C07263

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

Shades of Contessa #C07263

Tints of Contessa #C07263

Color information

#C07263 (or 0xC07263) is unknown color: approx Contessa. HEX triplet: C0, 72 and 63. RGB value is (192,114,99). Sum of RGB (Red+Green+Blue) = 192+114+99=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07263 is #3F8D9C. Grayscale: #878787. Windows color (decimal): -4165021 or 6517440. OLE color: 6517440.

HSL color Cylindrical-coordinate representation of color #C07263: hue angle of 9.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07263 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19211499-
CMYK00.410.480.25
HSL9.68º42.47%57.06%-
HSV(B)9.68º48.44%75.29%-
XYZ30.0124.1414.88-
YUV135.61107.34168.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=47.41%
G=28.15%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921149900.410.480.259.6842.4757.06
HexC072630293019a2a39
Octal3001621430516031125271
Binary11000000111001011000110101001110000110011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07263; }

 p { color: rgb(192,114,99); }

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

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

 a { background-color: rgb(192,114,99); }

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

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

 span { border-color: rgb(192,114,99); }

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