Html Css Color HEX #984459 Cadillac

📋 copy color: '#984459'

red 152 ◦ green 68 ◦ blue 89

#984459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #984459

Tints of Cadillac #984459

RGB

 RED value IS 152 (59.77% from 255) = 49.19%

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 89 (35.16% from 255) = 28.8%

R = 49.19%
G = 22.01%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#984459 (or 0x984459) is known color: Cadillac. HEX triplet: 98, 44 and 59. RGB value is (152,68,89). Sum of RGB (Red+Green+Blue) = 152+68+89=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #984459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984459 is #67BBA6. Grayscale: #5F5F5F. Windows color (decimal): -6798247 or 5850264. OLE color: 5850264.

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

Color convert

RGB 152 68 89 -
CMYK 0 0.55 0.41 0.40
HSL 345º 0.38% 0.43% -
HSV(B) 345º 0.55% 0.6% -
XYZ 16.82 11.53 10.79 -
YUV 95.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 152 68 89 0 0.55 0.41 0.40 345 0.38 0.43
Hex 98 44 59 0 37 29 28 159 26 2B
Octal 230 104 131 0 67 51 50 531 46 53
Binary 10011000 1000100 1011001 0 110111 101001 101000 101011001 100110 101011

Color Harmonies of #984459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984459

Black with #984459

Text Example


Text Example

White with #984459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984459; }

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

 H1.HeaderClassName
 {
   color: #984459;
 }
 .AnyTagClassName
 {
   color: #984459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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