#98455F

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

Shades of Cadillac #98455F

Tints of Cadillac #98455F

Color information

#98455F (or 0x98455F) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 5F. RGB value is (152,69,95). Sum of RGB (Red+Green+Blue) = 152+69+95=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98455F is #67BAA0. Grayscale: #606060. Windows color (decimal): -6797985 or 6243736. OLE color: 6243736.

HSL color Cylindrical-coordinate representation of color #98455F: hue angle of 341.2º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98455F is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1526995-
CMYK00.550.380.40
HSL341.2º37.56%43.33%-
HSV(B)341.2º54.61%59.61%-
XYZ17.1411.7612.19-
YUV96.78127167.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=48.10%
G=21.84%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152699500.550.380.40341.237.5643.33
Hex98455F0372628155262b
Octal23010513706746505254653
Binary10011000100010110111110110111100110101000101010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,69,95); }

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

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

 a { background-color: rgb(152,69,95); }

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

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

 span { border-color: rgb(152,69,95); }

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