Html Css Color HEX #984770 Cadillac

📋 copy color: '#984770'

red 152 ◦ green 71 ◦ blue 112

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

Shades of Cadillac #984770

Tints of Cadillac #984770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 45.37%
G = 21.19%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984770 (or 0x984770) is known color: Cadillac. HEX triplet: 98, 47 and 70. RGB value is (152,71,112). Sum of RGB (Red+Green+Blue) = 152+71+112=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #984770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984770 is #67B88F. Grayscale: #636363. Windows color (decimal): -6797456 or 7358360. OLE color: 7358360.

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

Color convert

RGB 152 71 112 -
CMYK 0 0.53 0.26 0.40
HSL 329.63º 0.36% 0.44% -
HSV(B) 329.63º 0.53% 0.6% -
XYZ 18.13 12.35 16.76 -
YUV 99.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 152 71 112 0 0.53 0.26 0.40 329.63 0.36 0.44
Hex 98 47 70 0 35 1A 28 14A 24 2C
Octal 230 107 160 0 65 32 50 512 44 54
Binary 10011000 1000111 1110000 0 110101 11010 101000 101001010 100100 101100

Color Harmonies of #984770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984770

Black with #984770

Text Example


Text Example

White with #984770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984770; }

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

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

background-color css

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

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

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

border-color css

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

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

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