#924255

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

Shades of Cadillac #924255

Tints of Cadillac #924255

Color information

#924255 (or 0x924255) is unknown color: approx Cadillac. HEX triplet: 92, 42 and 55. RGB value is (146,66,85). Sum of RGB (Red+Green+Blue) = 146+66+85=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #924255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924255 is #6DBDAA. Grayscale: #5C5C5C. Windows color (decimal): -7191979 or 5587602. OLE color: 5587602.

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

Color convert

RGB1466685-
CMYK00.550.420.43
HSL345.75º37.74%41.57%-
HSV(B)345.75º54.79%57.25%-
XYZ15.4410.669.84-
YUV92.09124166.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=49.16%
G=22.22%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146668500.550.420.43345.7537.7441.57
Hex9242550372A2B15a262a
Octal22210212506752535324652
Binary10010010100001010101010110111101010101011101011010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924255; }

 p { color: rgb(146,66,85); }

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

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

 a { background-color: rgb(146,66,85); }

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

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

 span { border-color: rgb(146,66,85); }

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