#974264

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

Shades of Cadillac #974264

Tints of Cadillac #974264

Color information

#974264 (or 0x974264) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 64. RGB value is (151,66,100). Sum of RGB (Red+Green+Blue) = 151+66+100=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974264 is #68BD9B. Grayscale: #5F5F5F. Windows color (decimal): -6864284 or 6570647. OLE color: 6570647.

HSL color Cylindrical-coordinate representation of color #974264: hue angle of 336º 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 #974264 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB15166100-
CMYK00.560.340.41
HSL336º39.17%42.55%-
HSV(B)336º56.29%59.22%-
XYZ17.0111.413.36-
YUV95.29130.66167.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=47.63%
G=20.82%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516610000.560.340.4133639.1742.55
Hex9742640382229150272b
Octal22710214407042515204753
Binary10010111100001011001000111000100010101001101010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974264; }

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

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

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

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

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

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

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

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