#92426D

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

Shades of Cadillac #92426D

Tints of Cadillac #92426D

Color information

#92426D (or 0x92426D) is unknown color: approx Cadillac. HEX triplet: 92, 42 and 6D. RGB value is (146,66,109). Sum of RGB (Red+Green+Blue) = 146+66+109=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92426D is #6DBD92. Grayscale: #5E5E5E. Windows color (decimal): -7191955 or 7160466. OLE color: 7160466.

HSL color Cylindrical-coordinate representation of color #92426D: hue angle of 327.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 #92426D is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14666109-
CMYK00.550.250.43
HSL327.75º37.74%41.57%-
HSV(B)327.75º54.79%57.25%-
XYZ16.5611.1115.74-
YUV94.82136164.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=45.48%
G=20.56%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466610900.550.250.43327.7537.7441.57
Hex92426D037192B148262a
Octal22210215506731535104652
Binary1001001010000101101101011011111001101011101001000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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