#954A58

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

Shades of Cadillac #954A58

Tints of Cadillac #954A58

Color information

#954A58 (or 0x954A58) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 58. RGB value is (149,74,88). Sum of RGB (Red+Green+Blue) = 149+74+88=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #954A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A58 is #6AB5A7. Grayscale: #626262. Windows color (decimal): -6993320 or 5786261. OLE color: 5786261.

HSL color Cylindrical-coordinate representation of color #954A58: hue angle of 348.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A58 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1497488-
CMYK00.500.410.42
HSL348.8º33.63%43.73%-
HSV(B)348.8º50.34%58.43%-
XYZ16.611.9910.67-
YUV98.02122.35164.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=47.91%
G=23.79%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149748800.500.410.42348.833.6343.73
Hex954A58032292A15d222c
Octal22511213006251525354254
Binary10010101100101010110000110010101001101010101011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A58; }

 p { color: rgb(149,74,88); }

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

<style>
 a { background-color: #954A58; }

 a { background-color: rgb(149,74,88); }

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

<style>
 span { border-color: #954A58; }

 span { border-color: rgb(149,74,88); }

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