#C07164

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

Shades of Contessa #C07164

Tints of Contessa #C07164

Color information

#C07164 (or 0xC07164) is unknown color: approx Contessa. HEX triplet: C0, 71 and 64. RGB value is (192,113,100). Sum of RGB (Red+Green+Blue) = 192+113+100=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07164 is #3F8E9B. Grayscale: #878787. Windows color (decimal): -4165276 or 6582720. OLE color: 6582720.

HSL color Cylindrical-coordinate representation of color #C07164: hue angle of 8.48º 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 #C07164 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB192113100-
CMYK00.410.480.25
HSL8.48º42.2%57.25%-
HSV(B)8.48º47.92%75.29%-
XYZ29.9423.9415.1-
YUV135.14108.17168.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=47.41%
G=27.90%
B=24.69%

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
Decimal19211310000.410.480.258.4842.257.25
HexC07164029301982a39
Octal3001611440516031105271
Binary11000000111000111001000101001110000110011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07164; }

 p { color: rgb(192,113,100); }

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

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

 a { background-color: rgb(192,113,100); }

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

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

 span { border-color: rgb(192,113,100); }

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