#95435D

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

Shades of Cadillac #95435D

Tints of Cadillac #95435D

Color information

#95435D (or 0x95435D) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 5D. RGB value is (149,67,93). Sum of RGB (Red+Green+Blue) = 149+67+93=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435D is #6ABCA2. Grayscale: #5E5E5E. Windows color (decimal): -6995107 or 6112149. OLE color: 6112149.

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

Color convert

RGB1496793-
CMYK00.550.380.42
HSL340.98º37.96%42.35%-
HSV(B)340.98º55.03%58.43%-
XYZ16.3811.1911.65-
YUV94.48127.17166.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=48.22%
G=21.68%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149679300.550.380.42340.9837.9642.35
Hex95435D037262A155262a
Octal22510313506746525254652
Binary10010101100001110111010110111100110101010101010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95435D; }

 p { color: rgb(149,67,93); }

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

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

 a { background-color: rgb(149,67,93); }

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

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

 span { border-color: rgb(149,67,93); }

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