#924A62

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

Shades of Cadillac #924A62

Tints of Cadillac #924A62

Color information

#924A62 (or 0x924A62) is unknown color: approx Cadillac. HEX triplet: 92, 4A and 62. RGB value is (146,74,98). Sum of RGB (Red+Green+Blue) = 146+74+98=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #924A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A62 is #6DB59D. Grayscale: #626262. Windows color (decimal): -7189918 or 6441618. OLE color: 6441618.

HSL color Cylindrical-coordinate representation of color #924A62: hue angle of 340º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924A62 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1467498-
CMYK00.490.330.43
HSL340º32.73%43.14%-
HSV(B)340º49.32%57.25%-
XYZ16.5111.8912.98-
YUV98.26127.85162.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=45.91%
G=23.27%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146749800.490.330.4334032.7343.14
Hex924A62031212B154212b
Octal22211214206141535244153
Binary10010010100101011000100110001100001101011101010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924A62; }

 p { color: rgb(146,74,98); }

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

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

 a { background-color: rgb(146,74,98); }

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

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

 span { border-color: rgb(146,74,98); }

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