Html Css Color HEX #984666 Cadillac

📋 copy color: '#984666'

red 152 ◦ green 70 ◦ blue 102

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

Shades of Cadillac #984666

Tints of Cadillac #984666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 46.91%
G = 21.6%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984666 (or 0x984666) is known color: Cadillac. HEX triplet: 98, 46 and 66. RGB value is (152,70,102). Sum of RGB (Red+Green+Blue) = 152+70+102=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #984666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984666 is #67B999. Grayscale: #626262. Windows color (decimal): -6797722 or 6702744. OLE color: 6702744.

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

Color convert

RGB 152 70 102 -
CMYK 0 0.54 0.33 0.40
HSL 336.59º 0.37% 0.44% -
HSV(B) 336.59º 0.54% 0.6% -
XYZ 17.54 12.02 13.97 -
YUV 98.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 152 70 102 0 0.54 0.33 0.40 336.59 0.37 0.44
Hex 98 46 66 0 36 21 28 151 25 2C
Octal 230 106 146 0 66 41 50 521 45 54
Binary 10011000 1000110 1100110 0 110110 100001 101000 101010001 100101 101100

Color Harmonies of #984666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984666

Black with #984666

Text Example


Text Example

White with #984666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984666; }

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

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

background-color css

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

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

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

border-color css

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

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

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