#974261

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

Shades of Cadillac #974261

Tints of Cadillac #974261

Color information

#974261 (or 0x974261) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 61. RGB value is (151,66,97). Sum of RGB (Red+Green+Blue) = 151+66+97=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #974261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974261 is #68BD9E. Grayscale: #5E5E5E. Windows color (decimal): -6864287 or 6374039. OLE color: 6374039.

HSL color Cylindrical-coordinate representation of color #974261: hue angle of 338.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974261 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1516697-
CMYK00.560.360.41
HSL338.12º39.17%42.55%-
HSV(B)338.12º56.29%59.22%-
XYZ16.8711.3412.61-
YUV94.95129.16167.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=48.09%
G=21.02%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151669700.560.360.41338.1239.1742.55
Hex9742610382429152272b
Octal22710214107044515224753
Binary10010111100001011000010111000100100101001101010010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974261; }

 p { color: rgb(151,66,97); }

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

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

 a { background-color: rgb(151,66,97); }

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

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

 span { border-color: rgb(151,66,97); }

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