Html Css Color HEX #984170 Cadillac

📋 copy color: '#984170'

red 152 ◦ green 65 ◦ blue 112

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

Shades of Cadillac #984170

Tints of Cadillac #984170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 46.2%
G = 19.76%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984170 (or 0x984170) is known color: Cadillac. HEX triplet: 98, 41 and 70. RGB value is (152,65,112). Sum of RGB (Red+Green+Blue) = 152+65+112=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #984170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984170 is #67BE8F. Grayscale: #606060. Windows color (decimal): -6798992 or 7356824. OLE color: 7356824.

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

Color convert

RGB 152 65 112 -
CMYK 0 0.57 0.26 0.40
HSL 327.59º 0.4% 0.43% -
HSV(B) 327.59º 0.57% 0.6% -
XYZ 17.76 11.63 16.64 -
YUV 96.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 152 65 112 0 0.57 0.26 0.40 327.59 0.4 0.43
Hex 98 41 70 0 39 1A 28 148 28 2B
Octal 230 101 160 0 71 32 50 510 50 53
Binary 10011000 1000001 1110000 0 111001 11010 101000 101001000 101000 101011

Color Harmonies of #984170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984170

Black with #984170

Text Example


Text Example

White with #984170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984170; }

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

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

background-color css

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

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

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

border-color css

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

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

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