#C67564

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

Shades of Contessa #C67564

Tints of Contessa #C67564

Color information

#C67564 (or 0xC67564) is unknown color: approx Contessa. HEX triplet: C6, 75 and 64. RGB value is (198,117,100). Sum of RGB (Red+Green+Blue) = 198+117+100=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67564 is #398A9B. Grayscale: #8B8B8B. Windows color (decimal): -3771036 or 6583750. OLE color: 6583750.

HSL color Cylindrical-coordinate representation of color #C67564: hue angle of 10.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67564 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB198117100-
CMYK00.410.490.22
HSL10.41º46.23%58.43%-
HSV(B)10.41º49.49%77.65%-
XYZ31.9525.6515.32-
YUV139.28105.84169.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=47.71%
G=28.19%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811710000.410.490.2210.4146.2358.43
HexC675640293116a2e3a
Octal3061651440516126125672
Binary11000110111010111001000101001110001101101010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67564; }

 p { color: rgb(198,117,100); }

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

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

 a { background-color: rgb(198,117,100); }

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

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

 span { border-color: rgb(198,117,100); }

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