#95476C

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

Shades of Cadillac #95476C

Tints of Cadillac #95476C

Color information

#95476C (or 0x95476C) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 6C. RGB value is (149,71,108). Sum of RGB (Red+Green+Blue) = 149+71+108=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95476C is #6AB893. Grayscale: #626262. Windows color (decimal): -6994068 or 7096213. OLE color: 7096213.

HSL color Cylindrical-coordinate representation of color #95476C: hue angle of 331.54º 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 #95476C is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14971108-
CMYK00.520.280.42
HSL331.54º35.45%43.14%-
HSV(B)331.54º52.35%58.43%-
XYZ17.3511.9815.58-
YUV98.54133.34163.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=45.43%
G=21.65%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497110800.520.280.42331.5435.4543.14
Hex95476C0341C2A14c232b
Octal22510715406434525144353
Binary1001010110001111101100011010011100101010101001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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