#95455C

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

Shades of Cadillac #95455C

Tints of Cadillac #95455C

Color information

#95455C (or 0x95455C) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 5C. RGB value is (149,69,92). Sum of RGB (Red+Green+Blue) = 149+69+92=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95455C is #6ABAA3. Grayscale: #5F5F5F. Windows color (decimal): -6994596 or 6047125. OLE color: 6047125.

HSL color Cylindrical-coordinate representation of color #95455C: hue angle of 342.75º 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 #95455C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1496992-
CMYK00.540.380.42
HSL342.75º36.7%42.75%-
HSV(B)342.75º53.69%58.43%-
XYZ16.4511.4211.46-
YUV95.54126166.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=48.06%
G=22.26%
B=29.68%

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
Decimal149699200.540.380.42342.7536.742.75
Hex95455C036262A157252b
Octal22510513406646525274553
Binary10010101100010110111000110110100110101010101010111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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