Html Css Color HEX #984562 Cadillac

📋 copy color: '#984562'

red 152 ◦ green 69 ◦ blue 98

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

Shades of Cadillac #984562

Tints of Cadillac #984562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 47.65%
G = 21.63%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#984562 (or 0x984562) is known color: Cadillac. HEX triplet: 98, 45 and 62. RGB value is (152,69,98). Sum of RGB (Red+Green+Blue) = 152+69+98=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #984562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984562 is #67BA9D. Grayscale: #616161. Windows color (decimal): -6797982 or 6440344. OLE color: 6440344.

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

Color convert

RGB 152 69 98 -
CMYK 0 0.55 0.36 0.40
HSL 339.04º 0.38% 0.43% -
HSV(B) 339.04º 0.55% 0.6% -
XYZ 17.28 11.81 12.92 -
YUV 97.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 152 69 98 0 0.55 0.36 0.40 339.04 0.38 0.43
Hex 98 45 62 0 37 24 28 153 26 2B
Octal 230 105 142 0 67 44 50 523 46 53
Binary 10011000 1000101 1100010 0 110111 100100 101000 101010011 100110 101011

Color Harmonies of #984562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984562

Black with #984562

Text Example


Text Example

White with #984562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984562; }

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

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

background-color css

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

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

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

border-color css

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

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

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