#95445C

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

Shades of Cadillac #95445C

Tints of Cadillac #95445C

Color information

#95445C (or 0x95445C) is unknown color: approx Cadillac. HEX triplet: 95, 44 and 5C. RGB value is (149,68,92). Sum of RGB (Red+Green+Blue) = 149+68+92=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95445C is #6ABBA3. Grayscale: #5E5E5E. Windows color (decimal): -6994852 or 6046869. OLE color: 6046869.

HSL color Cylindrical-coordinate representation of color #95445C: hue angle of 342.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95445C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1496892-
CMYK00.540.380.42
HSL342.22º37.33%42.55%-
HSV(B)342.22º54.36%58.43%-
XYZ16.3911.311.44-
YUV94.95126.34166.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=48.22%
G=22.01%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149689200.540.380.42342.2237.3342.55
Hex95445C036262A156252b
Octal22510413406646525264553
Binary10010101100010010111000110110100110101010101010110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95445C; }

 p { color: rgb(149,68,92); }

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

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

 a { background-color: rgb(149,68,92); }

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

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

 span { border-color: rgb(149,68,92); }

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