#C67265

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

Shades of Contessa #C67265

Tints of Contessa #C67265

Color information

#C67265 (or 0xC67265) is unknown color: approx Contessa. HEX triplet: C6, 72 and 65. RGB value is (198,114,101). Sum of RGB (Red+Green+Blue) = 198+114+101=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C67265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67265 is #398D9A. Grayscale: #898989. Windows color (decimal): -3771803 or 6648518. OLE color: 6648518.

HSL color Cylindrical-coordinate representation of color #C67265: hue angle of 8.04º 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 #C67265 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB198114101-
CMYK00.420.490.22
HSL8.04º45.97%58.63%-
HSV(B)8.04º48.99%77.65%-
XYZ31.6524.9815.47-
YUV137.63107.33171.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=47.94%
G=27.60%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811410100.420.490.228.0445.9758.63
HexC6726502A311682e3b
Octal3061621450526126105673
Binary11000110111001011001010101010110001101101000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67265; }

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

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

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

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

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

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

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

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