#954073

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

Shades of Cadillac #954073

Tints of Cadillac #954073

Color information

#954073 (or 0x954073) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 73. RGB value is (149,64,115). Sum of RGB (Red+Green+Blue) = 149+64+115=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #954073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954073 is #6ABF8C. Grayscale: #5F5F5F. Windows color (decimal): -6995853 or 7553173. OLE color: 7553173.

HSL color Cylindrical-coordinate representation of color #954073: hue angle of 324º 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 #954073 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14964115-
CMYK00.570.230.42
HSL324º39.91%41.76%-
HSV(B)324º57.05%58.43%-
XYZ17.3211.2917.49-
YUV95.23139.16166.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=45.43%
G=19.51%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496411500.570.230.4232439.9141.76
Hex954073039172A144282a
Octal22510016307127525045052
Binary1001010110000001110011011100110111101010101000100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954073; }

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

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

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

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

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

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

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

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