#92465D

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

Shades of Cadillac #92465D

Tints of Cadillac #92465D

Color information

#92465D (or 0x92465D) is unknown color: approx Cadillac. HEX triplet: 92, 46 and 5D. RGB value is (146,70,93). Sum of RGB (Red+Green+Blue) = 146+70+93=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92465D is #6DB9A2. Grayscale: #5F5F5F. Windows color (decimal): -7190947 or 6112914. OLE color: 6112914.

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

Color convert

RGB1467093-
CMYK00.520.360.43
HSL341.84º35.19%42.35%-
HSV(B)341.84º52.05%57.25%-
XYZ16.0211.2811.69-
YUV95.35126.68164.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=47.25%
G=22.65%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146709300.520.360.43341.8435.1942.35
Hex92465D034242B156232a
Octal22210613506444535264352
Binary10010010100011010111010110100100100101011101010110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92465D; }

 p { color: rgb(146,70,93); }

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

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

 a { background-color: rgb(146,70,93); }

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

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

 span { border-color: rgb(146,70,93); }

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