Html Css Color HEX #984470 Cadillac

📋 copy color: '#984470'

red 152 ◦ green 68 ◦ blue 112

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

Shades of Cadillac #984470

Tints of Cadillac #984470

RGB

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

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

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

R = 45.78%
G = 20.48%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984470 (or 0x984470) is known color: Cadillac. HEX triplet: 98, 44 and 70. RGB value is (152,68,112). Sum of RGB (Red+Green+Blue) = 152+68+112=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #984470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984470 is #67BB8F. Grayscale: #626262. Windows color (decimal): -6798224 or 7357592. OLE color: 7357592.

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

Color convert

RGB 152 68 112 -
CMYK 0 0.55 0.26 0.40
HSL 328.57º 0.38% 0.43% -
HSV(B) 328.57º 0.55% 0.6% -
XYZ 17.94 11.98 16.7 -
YUV 98.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 152 68 112 0 0.55 0.26 0.40 328.57 0.38 0.43
Hex 98 44 70 0 37 1A 28 149 26 2B
Octal 230 104 160 0 67 32 50 511 46 53
Binary 10011000 1000100 1110000 0 110111 11010 101000 101001001 100110 101011

Color Harmonies of #984470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984470

Black with #984470

Text Example


Text Example

White with #984470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984470; }

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

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

background-color css

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

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

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

border-color css

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

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

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