#974B5C

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

Shades of Cadillac #974B5C

Tints of Cadillac #974B5C

Color information

#974B5C (or 0x974B5C) is unknown color: approx Cadillac. HEX triplet: 97, 4B and 5C. RGB value is (151,75,92). Sum of RGB (Red+Green+Blue) = 151+75+92=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B5C is #68B4A3. Grayscale: #636363. Windows color (decimal): -6861988 or 6048663. OLE color: 6048663.

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

Color convert

RGB1517592-
CMYK00.500.390.41
HSL346.58º33.63%44.31%-
HSV(B)346.58º50.33%59.22%-
XYZ17.2112.3811.61-
YUV99.66123.68164.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=47.48%
G=23.58%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151759200.500.390.41346.5833.6344.31
Hex974B5C032272915b222c
Octal22711313406247515334254
Binary10010111100101110111000110010100111101001101011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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