Html Css Color HEX #984070 Cadillac

📋 copy color: '#984070'

red 152 ◦ green 64 ◦ blue 112

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

Shades of Cadillac #984070

Tints of Cadillac #984070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 46.34%
G = 19.51%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984070 (or 0x984070) is known color: Cadillac. HEX triplet: 98, 40 and 70. RGB value is (152,64,112). Sum of RGB (Red+Green+Blue) = 152+64+112=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #984070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984070 is #67BF8F. Grayscale: #5F5F5F. Windows color (decimal): -6799248 or 7356568. OLE color: 7356568.

HSL color Cylindrical-coordinate representation of color #984070: hue angle of 327.27º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984070 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 112 -
CMYK 0 0.58 0.26 0.40
HSL 327.27º 0.41% 0.42% -
HSV(B) 327.27º 0.58% 0.6% -
XYZ 17.71 11.51 16.62 -
YUV 95.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 152 64 112 0 0.58 0.26 0.40 327.27 0.41 0.42
Hex 98 40 70 0 3A 1A 28 147 29 2A
Octal 230 100 160 0 72 32 50 507 51 52
Binary 10011000 1000000 1110000 0 111010 11010 101000 101000111 101001 101010

Color Harmonies of #984070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984070

Black with #984070

Text Example


Text Example

White with #984070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984070; }

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

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

background-color css

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

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

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

border-color css

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

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

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