#97435F

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

Shades of Cadillac #97435F

Tints of Cadillac #97435F

Color information

#97435F (or 0x97435F) is unknown color: approx Cadillac. HEX triplet: 97, 43 and 5F. RGB value is (151,67,95). Sum of RGB (Red+Green+Blue) = 151+67+95=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97435F is #68BCA0. Grayscale: #5F5F5F. Windows color (decimal): -6864033 or 6243223. OLE color: 6243223.

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

Color convert

RGB1516795-
CMYK00.560.370.41
HSL340º38.53%42.75%-
HSV(B)340º55.63%59.22%-
XYZ16.8411.4212.14-
YUV95.31127.83167.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=48.24%
G=21.41%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151679500.560.370.4134038.5342.75
Hex97435F0382529154272b
Octal22710313707045515244753
Binary10010111100001110111110111000100101101001101010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,67,95); }

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

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

 a { background-color: rgb(151,67,95); }

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

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

 span { border-color: rgb(151,67,95); }

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