#97476F

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

Shades of Cadillac #97476F

Tints of Cadillac #97476F

Color information

#97476F (or 0x97476F) is unknown color: approx Cadillac. HEX triplet: 97, 47 and 6F. RGB value is (151,71,111). Sum of RGB (Red+Green+Blue) = 151+71+111=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #97476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97476F is #68B890. Grayscale: #636363. Windows color (decimal): -6862993 or 7292823. OLE color: 7292823.

HSL color Cylindrical-coordinate representation of color #97476F: hue angle of 330º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97476F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15171111-
CMYK00.530.260.41
HSL330º36.04%43.53%-
HSV(B)330º52.98%59.22%-
XYZ17.8812.2316.46-
YUV99.48134.5164.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=45.35%
G=21.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517111100.530.260.4133036.0443.53
Hex97476F0351A2914a242c
Octal22710715706532515124454
Binary1001011110001111101111011010111010101001101001010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97476F; }

 p { color: rgb(151,71,111); }

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

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

 a { background-color: rgb(151,71,111); }

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

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

 span { border-color: rgb(151,71,111); }

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