#95435B

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

Shades of Cadillac #95435B

Tints of Cadillac #95435B

Color information

#95435B (or 0x95435B) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 5B. RGB value is (149,67,91). Sum of RGB (Red+Green+Blue) = 149+67+91=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435B is #6ABCA4. Grayscale: #5E5E5E. Windows color (decimal): -6995109 or 5981077. OLE color: 5981077.

HSL color Cylindrical-coordinate representation of color #95435B: hue angle of 342.44º 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 #95435B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1496791-
CMYK00.550.390.42
HSL342.44º37.96%42.35%-
HSV(B)342.44º55.03%58.43%-
XYZ16.2911.1611.19-
YUV94.25126.17167.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=48.53%
G=21.82%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149679100.550.390.42342.4437.9642.35
Hex95435B037272A156262a
Octal22510313306747525264652
Binary10010101100001110110110110111100111101010101010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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