#95436D

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

Shades of Cadillac #95436D

Tints of Cadillac #95436D

Color information

#95436D (or 0x95436D) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 6D. RGB value is (149,67,109). Sum of RGB (Red+Green+Blue) = 149+67+109=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95436D is #6ABC92. Grayscale: #606060. Windows color (decimal): -6995091 or 7160725. OLE color: 7160725.

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

Color convert

RGB14967109-
CMYK00.550.270.42
HSL329.27º37.96%42.35%-
HSV(B)329.27º55.03%58.43%-
XYZ17.1611.5115.78-
YUV96.31135.17165.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=45.85%
G=20.62%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496710900.550.270.42329.2737.9642.35
Hex95436D0371B2A149262a
Octal22510315506733525114652
Binary1001010110000111101101011011111011101010101001001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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