#98455B

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

Shades of Cadillac #98455B

Tints of Cadillac #98455B

Color information

#98455B (or 0x98455B) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 5B. RGB value is (152,69,91). Sum of RGB (Red+Green+Blue) = 152+69+91=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98455B is #67BAA4. Grayscale: #606060. Windows color (decimal): -6797989 or 5981592. OLE color: 5981592.

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

Color convert

RGB1526991-
CMYK00.550.400.40
HSL344.1º37.56%43.33%-
HSV(B)344.1º54.61%59.61%-
XYZ16.9711.6911.26-
YUV96.32125167.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=48.72%
G=22.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152699100.550.400.40344.137.5643.33
Hex98455B0372828158262b
Octal23010513306750505304653
Binary10011000100010110110110110111101000101000101011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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