#98435A

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

Shades of Cadillac #98435A

Tints of Cadillac #98435A

Color information

#98435A (or 0x98435A) is unknown color: approx Cadillac. HEX triplet: 98, 43 and 5A. RGB value is (152,67,90). Sum of RGB (Red+Green+Blue) = 152+67+90=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98435A is #67BCA5. Grayscale: #5F5F5F. Windows color (decimal): -6798502 or 5915544. OLE color: 5915544.

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

Color convert

RGB1526790-
CMYK00.560.410.40
HSL343.76º38.81%42.94%-
HSV(B)343.76º55.92%59.61%-
XYZ16.811.4310.99-
YUV95.04125.16168.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=49.19%
G=21.68%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152679000.560.410.40343.7638.8142.94
Hex98435A0382928158272b
Octal23010313207051505304753
Binary10011000100001110110100111000101001101000101011000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98435A; }

 p { color: rgb(152,67,90); }

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

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

 a { background-color: rgb(152,67,90); }

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

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

 span { border-color: rgb(152,67,90); }

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