#95475C

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

Shades of Cadillac #95475C

Tints of Cadillac #95475C

Color information

#95475C (or 0x95475C) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 5C. RGB value is (149,71,92). Sum of RGB (Red+Green+Blue) = 149+71+92=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95475C is #6AB8A3. Grayscale: #606060. Windows color (decimal): -6994084 or 6047637. OLE color: 6047637.

HSL color Cylindrical-coordinate representation of color #95475C: hue angle of 343.85º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95475C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1497192-
CMYK00.520.380.42
HSL343.85º35.45%43.14%-
HSV(B)343.85º52.35%58.43%-
XYZ16.5811.6711.5-
YUV96.72125.34165.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=47.76%
G=22.76%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149719200.520.380.42343.8535.4543.14
Hex95475C034262A158232b
Octal22510713406446525304353
Binary10010101100011110111000110100100110101010101011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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