#95415C

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

Shades of Cadillac #95415C

Tints of Cadillac #95415C

Color information

#95415C (or 0x95415C) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 5C. RGB value is (149,65,92). Sum of RGB (Red+Green+Blue) = 149+65+92=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95415C is #6ABEA3. Grayscale: #5D5D5D. Windows color (decimal): -6995620 or 6046101. OLE color: 6046101.

HSL color Cylindrical-coordinate representation of color #95415C: hue angle of 340.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 #95415C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1496592-
CMYK00.560.380.42
HSL340.71º39.25%41.96%-
HSV(B)340.71º56.38%58.43%-
XYZ16.2210.9411.38-
YUV93.19127.33167.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=48.69%
G=21.24%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149659200.560.380.42340.7139.2541.96
Hex95415C038262A155272a
Octal22510113407046525254752
Binary10010101100000110111000111000100110101010101010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95415C; }

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

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

<style>
 a { background-color: #95415C; }

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

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

<style>
 span { border-color: #95415C; }

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

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