#954058

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

Shades of Cadillac #954058

Tints of Cadillac #954058

Color information

#954058 (or 0x954058) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 58. RGB value is (149,64,88). Sum of RGB (Red+Green+Blue) = 149+64+88=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954058 is #6ABFA7. Grayscale: #5C5C5C. Windows color (decimal): -6995880 or 5783701. OLE color: 5783701.

HSL color Cylindrical-coordinate representation of color #954058: hue angle of 343.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954058 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1496488-
CMYK00.570.410.42
HSL343.06º39.91%41.76%-
HSV(B)343.06º57.05%58.43%-
XYZ15.9910.7610.47-
YUV92.15125.66168.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=49.50%
G=21.26%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149648800.570.410.42343.0639.9141.76
Hex954058039292A157282a
Octal22510013007151525275052
Binary10010101100000010110000111001101001101010101010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954058; }

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

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

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

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

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

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

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

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