#C67665

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

Shades of Contessa #C67665

Tints of Contessa #C67665

Color information

#C67665 (or 0xC67665) is unknown color: approx Contessa. HEX triplet: C6, 76 and 65. RGB value is (198,118,101). Sum of RGB (Red+Green+Blue) = 198+118+101=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C67665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67665 is #39899A. Grayscale: #8C8C8C. Windows color (decimal): -3770779 or 6649542. OLE color: 6649542.

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

Color convert

RGB198118101-
CMYK00.400.490.22
HSL10.52º45.97%58.63%-
HSV(B)10.52º48.99%77.65%-
XYZ32.1225.915.62-
YUV139.98106169.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=47.48%
G=28.30%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811810100.400.490.2210.5245.9758.63
HexC676650283116b2e3b
Octal3061661450506126135673
Binary11000110111011011001010101000110001101101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67665; }

 p { color: rgb(198,118,101); }

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

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

 a { background-color: rgb(198,118,101); }

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

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

 span { border-color: rgb(198,118,101); }

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