#95436E

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

Shades of Cadillac #95436E

Tints of Cadillac #95436E

Color information

#95436E (or 0x95436E) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 6E. RGB value is (149,67,110). Sum of RGB (Red+Green+Blue) = 149+67+110=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95436E is #6ABC91. Grayscale: #606060. Windows color (decimal): -6995090 or 7226261. OLE color: 7226261.

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

Color convert

RGB14967110-
CMYK00.550.260.42
HSL328.54º37.96%42.35%-
HSV(B)328.54º55.03%58.43%-
XYZ17.2211.5316.07-
YUV96.42135.67165.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=45.71%
G=20.55%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496711000.550.260.42328.5437.9642.35
Hex95436E0371A2A149262a
Octal22510315606732525114652
Binary1001010110000111101110011011111010101010101001001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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