#C67468

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

Shades of Contessa #C67468

Tints of Contessa #C67468

Color information

#C67468 (or 0xC67468) is unknown color: approx Contessa. HEX triplet: C6, 74 and 68. RGB value is (198,116,104). Sum of RGB (Red+Green+Blue) = 198+116+104=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C67468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67468 is #398B97. Grayscale: #8B8B8B. Windows color (decimal): -3771288 or 6845638. OLE color: 6845638.

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

Color convert

RGB198116104-
CMYK00.410.470.22
HSL7.66º45.19%59.22%-
HSV(B)7.66º47.47%77.65%-
XYZ32.0325.516.33-
YUV139.15108.17169.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=47.37%
G=27.75%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811610400.410.470.227.6645.1959.22
HexC674680292F1682d3b
Octal3061641500515726105573
Binary11000110111010011010000101001101111101101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67468; }

 p { color: rgb(198,116,104); }

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

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

 a { background-color: rgb(198,116,104); }

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

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

 span { border-color: rgb(198,116,104); }

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