#974A5C

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

Shades of Cadillac #974A5C

Tints of Cadillac #974A5C

Color information

#974A5C (or 0x974A5C) is unknown color: approx Cadillac. HEX triplet: 97, 4A and 5C. RGB value is (151,74,92). Sum of RGB (Red+Green+Blue) = 151+74+92=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A5C is #68B5A3. Grayscale: #636363. Windows color (decimal): -6862244 or 6048407. OLE color: 6048407.

HSL color Cylindrical-coordinate representation of color #974A5C: hue angle of 345.97º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A5C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1517492-
CMYK00.510.390.41
HSL345.97º34.22%44.12%-
HSV(B)345.97º50.99%59.22%-
XYZ17.1412.2511.59-
YUV99.07124.01165.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=47.63%
G=23.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151749200.510.390.41345.9734.2244.12
Hex974A5C033272915a222c
Octal22711213406347515324254
Binary10010111100101010111000110011100111101001101011010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A5C; }

 p { color: rgb(151,74,92); }

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

<style>
 a { background-color: #974A5C; }

 a { background-color: rgb(151,74,92); }

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

<style>
 span { border-color: #974A5C; }

 span { border-color: rgb(151,74,92); }

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