#94476E

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

Shades of Cadillac #94476E

Tints of Cadillac #94476E

Color information

#94476E (or 0x94476E) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 6E. RGB value is (148,71,110). Sum of RGB (Red+Green+Blue) = 148+71+110=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94476E is #6BB891. Grayscale: #626262. Windows color (decimal): -7059602 or 7227284. OLE color: 7227284.

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

Color convert

RGB14871110-
CMYK00.520.260.42
HSL329.61º35.16%42.94%-
HSV(B)329.61º52.03%58.04%-
XYZ17.2811.9316.14-
YUV98.47134.51163.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=44.98%
G=21.58%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487111000.520.260.42329.6135.1642.94
Hex94476E0341A2A14a232b
Octal22410715606432525124353
Binary1001010010001111101110011010011010101010101001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94476E; }

 p { color: rgb(148,71,110); }

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

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

 a { background-color: rgb(148,71,110); }

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

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

 span { border-color: rgb(148,71,110); }

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