#92476A

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

Shades of Cadillac #92476A

Tints of Cadillac #92476A

Color information

#92476A (or 0x92476A) is unknown color: approx Cadillac. HEX triplet: 92, 47 and 6A. RGB value is (146,71,106). Sum of RGB (Red+Green+Blue) = 146+71+106=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92476A is #6DB895. Grayscale: #616161. Windows color (decimal): -7190678 or 6965138. OLE color: 6965138.

HSL color Cylindrical-coordinate representation of color #92476A: hue angle of 332º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92476A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14671106-
CMYK00.510.270.43
HSL332º34.56%42.55%-
HSV(B)332º51.37%57.25%-
XYZ16.7111.6615.01-
YUV97.42132.85162.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=45.20%
G=21.98%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467110600.510.270.4333234.5642.55
Hex92476A0331B2B14c232b
Octal22210715206333535144353
Binary1001001010001111101010011001111011101011101001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92476A; }

 p { color: rgb(146,71,106); }

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

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

 a { background-color: rgb(146,71,106); }

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

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

 span { border-color: rgb(146,71,106); }

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