Html Css Color HEX #984661 Cadillac

📋 copy color: '#984661'

red 152 ◦ green 70 ◦ blue 97

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

Shades of Cadillac #984661

Tints of Cadillac #984661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 47.65%
G = 21.94%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#984661 (or 0x984661) is known color: Cadillac. HEX triplet: 98, 46 and 61. RGB value is (152,70,97). Sum of RGB (Red+Green+Blue) = 152+70+97=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #984661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984661 is #67B99E. Grayscale: #616161. Windows color (decimal): -6797727 or 6375064. OLE color: 6375064.

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

Color convert

RGB 152 70 97 -
CMYK 0 0.54 0.36 0.40
HSL 340.24º 0.37% 0.44% -
HSV(B) 340.24º 0.54% 0.6% -
XYZ 17.3 11.92 12.7 -
YUV 97.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 152 70 97 0 0.54 0.36 0.40 340.24 0.37 0.44
Hex 98 46 61 0 36 24 28 154 25 2C
Octal 230 106 141 0 66 44 50 524 45 54
Binary 10011000 1000110 1100001 0 110110 100100 101000 101010100 100101 101100

Color Harmonies of #984661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984661

Black with #984661

Text Example


Text Example

White with #984661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984661; }

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

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

background-color css

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

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

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

border-color css

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

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

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