#602C46

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

Shades of Pompadour #602C46

Tints of Pompadour #602C46

Color information

#602C46 (or 0x602C46) is unknown color: approx Pompadour. HEX triplet: 60, 2C and 46. RGB value is (96,44,70). Sum of RGB (Red+Green+Blue) = 96+44+70=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C46 is #9FD3B9. Grayscale: #3E3E3E. Windows color (decimal): -10474426 or 4598880. OLE color: 4598880.

HSL color Cylindrical-coordinate representation of color #602C46: hue angle of 330º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C46 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB964470-
CMYK00.540.270.62
HSL330º37.14%27.45%-
HSV(B)330º54.17%37.65%-
XYZ6.834.736.35-
YUV62.51132.23151.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=45.71%
G=20.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96447000.540.270.6233037.1427.45
Hex602C460361B3E14a251b
Octal1405410606633765124533
Binary1100000101100100011001101101101111111010100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C46; }

 p { color: rgb(96,44,70); }

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

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

 a { background-color: rgb(96,44,70); }

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

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

 span { border-color: rgb(96,44,70); }

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