#98435B

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

Shades of Cadillac #98435B

Tints of Cadillac #98435B

Color information

#98435B (or 0x98435B) is unknown color: approx Cadillac. HEX triplet: 98, 43 and 5B. RGB value is (152,67,91). Sum of RGB (Red+Green+Blue) = 152+67+91=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98435B is #67BCA4. Grayscale: #5F5F5F. Windows color (decimal): -6798501 or 5981080. OLE color: 5981080.

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

Color convert

RGB1526791-
CMYK00.560.400.40
HSL343.06º38.81%42.94%-
HSV(B)343.06º55.92%59.61%-
XYZ16.8411.4511.22-
YUV95.15125.66168.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=49.03%
G=21.61%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152679100.560.400.40343.0638.8142.94
Hex98435B0382828157272b
Octal23010313307050505274753
Binary10011000100001110110110111000101000101000101010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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