Html Css Color HEX #984960 Cadillac

📋 copy color: '#984960'

red 152 ◦ green 73 ◦ blue 96

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

Shades of Cadillac #984960

Tints of Cadillac #984960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 47.35%
G = 22.74%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#984960 (or 0x984960) is known color: Cadillac. HEX triplet: 98, 49 and 60. RGB value is (152,73,96). Sum of RGB (Red+Green+Blue) = 152+73+96=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984960 is #67B69F. Grayscale: #636363. Windows color (decimal): -6796960 or 6310296. OLE color: 6310296.

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

Color convert

RGB 152 73 96 -
CMYK 0 0.52 0.37 0.40
HSL 342.53º 0.35% 0.44% -
HSV(B) 342.53º 0.52% 0.6% -
XYZ 17.44 12.29 12.52 -
YUV 99.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 152 73 96 0 0.52 0.37 0.40 342.53 0.35 0.44
Hex 98 49 60 0 34 25 28 157 23 2C
Octal 230 111 140 0 64 45 50 527 43 54
Binary 10011000 1001001 1100000 0 110100 100101 101000 101010111 100011 101100

Color Harmonies of #984960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984960

Black with #984960

Text Example


Text Example

White with #984960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984960; }

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

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

background-color css

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

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

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

border-color css

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

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

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