#974867

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

Shades of Cadillac #974867

Tints of Cadillac #974867

Color information

#974867 (or 0x974867) is unknown color: approx Cadillac. HEX triplet: 97, 48 and 67. RGB value is (151,72,103). Sum of RGB (Red+Green+Blue) = 151+72+103=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #974867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974867 is #68B798. Grayscale: #636363. Windows color (decimal): -6862745 or 6768791. OLE color: 6768791.

HSL color Cylindrical-coordinate representation of color #974867: hue angle of 336.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974867 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15172103-
CMYK00.520.320.41
HSL336.46º35.43%43.73%-
HSV(B)336.46º52.32%59.22%-
XYZ17.5312.1914.26-
YUV99.16130.17164.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=46.32%
G=22.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517210300.520.320.41336.4635.4343.73
Hex9748670342029150232c
Octal22711014706440515204354
Binary10010111100100011001110110100100000101001101010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974867; }

 p { color: rgb(151,72,103); }

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

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

 a { background-color: rgb(151,72,103); }

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

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

 span { border-color: rgb(151,72,103); }

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