Html Css Color HEX #984966 Cadillac

📋 copy color: '#984966'

red 152 ◦ green 73 ◦ blue 102

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

Shades of Cadillac #984966

Tints of Cadillac #984966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 46.48%
G = 22.32%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984966 (or 0x984966) is known color: Cadillac. HEX triplet: 98, 49 and 66. RGB value is (152,73,102). Sum of RGB (Red+Green+Blue) = 152+73+102=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #984966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984966 is #67B699. Grayscale: #636363. Windows color (decimal): -6796954 or 6703512. OLE color: 6703512.

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

Color convert

RGB 152 73 102 -
CMYK 0 0.52 0.33 0.40
HSL 337.97º 0.35% 0.44% -
HSV(B) 337.97º 0.52% 0.6% -
XYZ 17.73 12.4 14.03 -
YUV 99.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 152 73 102 0 0.52 0.33 0.40 337.97 0.35 0.44
Hex 98 49 66 0 34 21 28 152 23 2C
Octal 230 111 146 0 64 41 50 522 43 54
Binary 10011000 1001001 1100110 0 110100 100001 101000 101010010 100011 101100

Color Harmonies of #984966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984966

Black with #984966

Text Example


Text Example

White with #984966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984966; }

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

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

background-color css

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

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

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

border-color css

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

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

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