#94476B

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

Shades of Cadillac #94476B

Tints of Cadillac #94476B

Color information

#94476B (or 0x94476B) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 6B. RGB value is (148,71,107). Sum of RGB (Red+Green+Blue) = 148+71+107=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94476B is #6BB894. Grayscale: #626262. Windows color (decimal): -7059605 or 7030676. OLE color: 7030676.

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

Color convert

RGB14871107-
CMYK00.520.280.42
HSL331.95º35.16%42.94%-
HSV(B)331.95º52.03%58.04%-
XYZ17.1211.8615.3-
YUV98.13133.01163.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=45.40%
G=21.78%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487110700.520.280.42331.9535.1642.94
Hex94476B0341C2A14c232b
Octal22410715306434525144353
Binary1001010010001111101011011010011100101010101001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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