#98476C

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

Shades of Cadillac #98476C

Tints of Cadillac #98476C

Color information

#98476C (or 0x98476C) is unknown color: approx Cadillac. HEX triplet: 98, 47 and 6C. RGB value is (152,71,108). Sum of RGB (Red+Green+Blue) = 152+71+108=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98476C is #67B893. Grayscale: #636363. Windows color (decimal): -6797460 or 7096216. OLE color: 7096216.

HSL color Cylindrical-coordinate representation of color #98476C: hue angle of 332.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98476C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15271108-
CMYK00.530.290.40
HSL332.59º36.32%43.73%-
HSV(B)332.59º53.29%59.61%-
XYZ17.9112.2615.61-
YUV99.44132.84165.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=45.92%
G=21.45%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527110800.530.290.40332.5936.3243.73
Hex98476C0351D2814d242c
Octal23010715406535505154454
Binary1001100010001111101100011010111101101000101001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98476C; }

 p { color: rgb(152,71,108); }

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

<style>
 a { background-color: #98476C; }

 a { background-color: rgb(152,71,108); }

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

<style>
 span { border-color: #98476C; }

 span { border-color: rgb(152,71,108); }

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