#92466B

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

Shades of Cadillac #92466B

Tints of Cadillac #92466B

Color information

#92466B (or 0x92466B) is unknown color: approx Cadillac. HEX triplet: 92, 46 and 6B. RGB value is (146,70,107). Sum of RGB (Red+Green+Blue) = 146+70+107=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92466B is #6DB994. Grayscale: #606060. Windows color (decimal): -7190933 or 7030418. OLE color: 7030418.

HSL color Cylindrical-coordinate representation of color #92466B: hue angle of 330.79º 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 #92466B is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14670107-
CMYK00.520.270.43
HSL330.79º35.19%42.35%-
HSV(B)330.79º52.05%57.25%-
XYZ16.711.5515.26-
YUV96.94133.68162.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=45.20%
G=21.67%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467010700.520.270.43330.7935.1942.35
Hex92466B0341B2B14b232a
Octal22210615306433535134352
Binary1001001010001101101011011010011011101011101001011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92466B; }

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

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

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

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

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

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

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

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