#924360

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

Shades of Cadillac #924360

Tints of Cadillac #924360

Color information

#924360 (or 0x924360) is unknown color: approx Cadillac. HEX triplet: 92, 43 and 60. RGB value is (146,67,96). Sum of RGB (Red+Green+Blue) = 146+67+96=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #924360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924360 is #6DBC9F. Grayscale: #5D5D5D. Windows color (decimal): -7191712 or 6308754. OLE color: 6308754.

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

Color convert

RGB1466796-
CMYK00.540.340.43
HSL337.97º37.09%41.76%-
HSV(B)337.97º54.11%57.25%-
XYZ15.9710.9712.34-
YUV93.93129.17165.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=47.25%
G=21.68%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146679600.540.340.43337.9737.0941.76
Hex924360036222B152252a
Octal22210314006642535224552
Binary10010010100001111000000110110100010101011101010010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924360; }

 p { color: rgb(146,67,96); }

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

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

 a { background-color: rgb(146,67,96); }

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

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

 span { border-color: rgb(146,67,96); }

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