#984363

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

Shades of Cadillac #984363

Tints of Cadillac #984363

Color information

#984363 (or 0x984363) is unknown color: approx Cadillac. HEX triplet: 98, 43 and 63. RGB value is (152,67,99). Sum of RGB (Red+Green+Blue) = 152+67+99=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #984363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984363 is #67BC9C. Grayscale: #606060. Windows color (decimal): -6798493 or 6505368. OLE color: 6505368.

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

Color convert

RGB1526799-
CMYK00.560.350.40
HSL337.41º38.81%42.94%-
HSV(B)337.41º55.92%59.61%-
XYZ17.2111.5913.13-
YUV96.06129.66167.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=47.80%
G=21.07%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152679900.560.350.40337.4138.8142.94
Hex9843630382328151272b
Octal23010314307043505214753
Binary10011000100001111000110111000100011101000101010001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984363; }

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

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

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

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

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

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

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

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