#954A5A

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

Shades of Cadillac #954A5A

Tints of Cadillac #954A5A

Color information

#954A5A (or 0x954A5A) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 5A. RGB value is (149,74,90). Sum of RGB (Red+Green+Blue) = 149+74+90=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #954A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A5A is #6AB5A5. Grayscale: #626262. Windows color (decimal): -6993318 or 5917333. OLE color: 5917333.

HSL color Cylindrical-coordinate representation of color #954A5A: hue angle of 347.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A5A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1497490-
CMYK00.500.400.42
HSL347.2º33.63%43.73%-
HSV(B)347.2º50.34%58.43%-
XYZ16.6912.0311.11-
YUV98.25123.35164.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=47.60%
G=23.64%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149749000.500.400.42347.233.6343.73
Hex954A5A032282A15b222c
Octal22511213206250525334254
Binary10010101100101010110100110010101000101010101011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A5A; }

 p { color: rgb(149,74,90); }

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

<style>
 a { background-color: #954A5A; }

 a { background-color: rgb(149,74,90); }

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

<style>
 span { border-color: #954A5A; }

 span { border-color: rgb(149,74,90); }

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