Html Css Color HEX #984670 Cadillac

📋 copy color: '#984670'

red 152 ◦ green 70 ◦ blue 112

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

Shades of Cadillac #984670

Tints of Cadillac #984670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 45.51%
G = 20.96%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984670 (or 0x984670) is known color: Cadillac. HEX triplet: 98, 46 and 70. RGB value is (152,70,112). Sum of RGB (Red+Green+Blue) = 152+70+112=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #984670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984670 is #67B98F. Grayscale: #636363. Windows color (decimal): -6797712 or 7358104. OLE color: 7358104.

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

Color convert

RGB 152 70 112 -
CMYK 0 0.54 0.26 0.40
HSL 329.27º 0.37% 0.44% -
HSV(B) 329.27º 0.54% 0.6% -
XYZ 18.06 12.23 16.74 -
YUV 99.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 152 70 112 0 0.54 0.26 0.40 329.27 0.37 0.44
Hex 98 46 70 0 36 1A 28 149 25 2C
Octal 230 106 160 0 66 32 50 511 45 54
Binary 10011000 1000110 1110000 0 110110 11010 101000 101001001 100101 101100

Color Harmonies of #984670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984670

Black with #984670

Text Example


Text Example

White with #984670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984670; }

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

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

background-color css

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

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

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

border-color css

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

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

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