Html Css Color HEX #984762 Cadillac

📋 copy color: '#984762'

red 152 ◦ green 71 ◦ blue 98

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

Shades of Cadillac #984762

Tints of Cadillac #984762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 47.35%
G = 22.12%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#984762 (or 0x984762) is known color: Cadillac. HEX triplet: 98, 47 and 62. RGB value is (152,71,98). Sum of RGB (Red+Green+Blue) = 152+71+98=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984762 is #67B89D. Grayscale: #626262. Windows color (decimal): -6797470 or 6440856. OLE color: 6440856.

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

Color convert

RGB 152 71 98 -
CMYK 0 0.53 0.36 0.40
HSL 340º 0.36% 0.44% -
HSV(B) 340º 0.53% 0.6% -
XYZ 17.41 12.06 12.97 -
YUV 98.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 152 71 98 0 0.53 0.36 0.40 340 0.36 0.44
Hex 98 47 62 0 35 24 28 154 24 2C
Octal 230 107 142 0 65 44 50 524 44 54
Binary 10011000 1000111 1100010 0 110101 100100 101000 101010100 100100 101100

Color Harmonies of #984762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984762

Black with #984762

Text Example


Text Example

White with #984762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984762; }

 p { color: rgb(152,71,98); }

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

background-color css

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

 a { background-color: rgb(152,71,98); }

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

border-color css

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

 span { border-color: rgb(152,71,98); }

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