#94426B

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

Shades of Cadillac #94426B

Tints of Cadillac #94426B

Color information

#94426B (or 0x94426B) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 6B. RGB value is (148,66,107). Sum of RGB (Red+Green+Blue) = 148+66+107=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94426B is #6BBD94. Grayscale: #5F5F5F. Windows color (decimal): -7060885 or 7029396. OLE color: 7029396.

HSL color Cylindrical-coordinate representation of color #94426B: hue angle of 330º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94426B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14866107-
CMYK00.550.280.42
HSL330º38.32%41.96%-
HSV(B)330º55.41%58.04%-
XYZ16.8111.2515.2-
YUV95.19134.67165.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=46.11%
G=20.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486610700.550.280.4233038.3241.96
Hex94426B0371C2A14a262a
Octal22410215306734525124652
Binary1001010010000101101011011011111100101010101001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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