#95416A

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

Shades of Cadillac #95416A

Tints of Cadillac #95416A

Color information

#95416A (or 0x95416A) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 6A. RGB value is (149,65,106). Sum of RGB (Red+Green+Blue) = 149+65+106=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95416A is #6ABE95. Grayscale: #5E5E5E. Windows color (decimal): -6995606 or 6963605. OLE color: 6963605.

HSL color Cylindrical-coordinate representation of color #95416A: hue angle of 330.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95416A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14965106-
CMYK00.560.290.42
HSL330.71º39.25%41.96%-
HSV(B)330.71º56.38%58.43%-
XYZ16.8911.2114.91-
YUV94.79134.33166.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=46.56%
G=20.31%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496510600.560.290.42330.7139.2541.96
Hex95416A0381D2A14b272a
Octal22510115207035525134752
Binary1001010110000011101010011100011101101010101001011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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