#95446F

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

Shades of Cadillac #95446F

Tints of Cadillac #95446F

Color information

#95446F (or 0x95446F) is unknown color: approx Cadillac. HEX triplet: 95, 44 and 6F. RGB value is (149,68,111). Sum of RGB (Red+Green+Blue) = 149+68+111=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95446F is #6ABB90. Grayscale: #616161. Windows color (decimal): -6994833 or 7292053. OLE color: 7292053.

HSL color Cylindrical-coordinate representation of color #95446F: hue angle of 328.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95446F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14968111-
CMYK00.540.260.42
HSL328.15º37.33%42.55%-
HSV(B)328.15º54.36%58.43%-
XYZ17.3311.6716.38-
YUV97.12135.84165-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=45.43%
G=20.73%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496811100.540.260.42328.1537.3342.55
Hex95446F0361A2A148252b
Octal22510415706632525104553
Binary1001010110001001101111011011011010101010101001000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95446F; }

 p { color: rgb(149,68,111); }

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

<style>
 a { background-color: #95446F; }

 a { background-color: rgb(149,68,111); }

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

<style>
 span { border-color: #95446F; }

 span { border-color: rgb(149,68,111); }

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