#95436A

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

Shades of Cadillac #95436A

Tints of Cadillac #95436A

Color information

#95436A (or 0x95436A) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 6A. RGB value is (149,67,106). Sum of RGB (Red+Green+Blue) = 149+67+106=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95436A is #6ABC95. Grayscale: #5F5F5F. Windows color (decimal): -6995094 or 6964117. OLE color: 6964117.

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

Color convert

RGB14967106-
CMYK00.550.290.42
HSL331.46º37.96%42.35%-
HSV(B)331.46º55.03%58.43%-
XYZ1711.4414.95-
YUV95.96133.67165.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=46.27%
G=20.81%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496710600.550.290.42331.4637.9642.35
Hex95436A0371D2A14b262a
Octal22510315206735525134652
Binary1001010110000111101010011011111101101010101001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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