#98446A

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

Shades of Cadillac #98446A

Tints of Cadillac #98446A

Color information

#98446A (or 0x98446A) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 6A. RGB value is (152,68,106). Sum of RGB (Red+Green+Blue) = 152+68+106=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98446A is #67BB95. Grayscale: #616161. Windows color (decimal): -6798230 or 6964376. OLE color: 6964376.

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

Color convert

RGB15268106-
CMYK00.550.300.40
HSL332.86º38.18%43.14%-
HSV(B)332.86º55.26%59.61%-
XYZ17.6211.8514.99-
YUV97.45132.83166.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=46.63%
G=20.86%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526810600.550.300.40332.8638.1843.14
Hex98446A0371E2814d262b
Octal23010415206736505154653
Binary1001100010001001101010011011111110101000101001101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,68,106); }

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

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

 a { background-color: rgb(152,68,106); }

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

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

 span { border-color: rgb(152,68,106); }

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