#95476F

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

Shades of Cadillac #95476F

Tints of Cadillac #95476F

Color information

#95476F (or 0x95476F) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 6F. RGB value is (149,71,111). Sum of RGB (Red+Green+Blue) = 149+71+111=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95476F is #6AB890. Grayscale: #626262. Windows color (decimal): -6994065 or 7292821. OLE color: 7292821.

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

Color convert

RGB14971111-
CMYK00.520.260.42
HSL329.23º35.45%43.14%-
HSV(B)329.23º52.35%58.43%-
XYZ17.5212.0416.44-
YUV98.88134.84163.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=45.02%
G=21.45%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497111100.520.260.42329.2335.4543.14
Hex95476F0341A2A149232b
Octal22510715706432525114353
Binary1001010110001111101111011010011010101010101001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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