Html Css Color HEX #984063 Cadillac

📋 copy color: '#984063'

red 152 ◦ green 64 ◦ blue 99

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

Shades of Cadillac #984063

Tints of Cadillac #984063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 48.25%
G = 20.32%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#984063 (or 0x984063) is known color: Cadillac. HEX triplet: 98, 40 and 63. RGB value is (152,64,99). Sum of RGB (Red+Green+Blue) = 152+64+99=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984063 is #67BF9C. Grayscale: #5E5E5E. Windows color (decimal): -6799261 or 6504600. OLE color: 6504600.

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

Color convert

RGB 152 64 99 -
CMYK 0 0.58 0.35 0.40
HSL 336.14º 0.41% 0.42% -
HSV(B) 336.14º 0.58% 0.6% -
XYZ 17.03 11.24 13.08 -
YUV 94.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 152 64 99 0 0.58 0.35 0.40 336.14 0.41 0.42
Hex 98 40 63 0 3A 23 28 150 29 2A
Octal 230 100 143 0 72 43 50 520 51 52
Binary 10011000 1000000 1100011 0 111010 100011 101000 101010000 101001 101010

Color Harmonies of #984063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984063

Black with #984063

Text Example


Text Example

White with #984063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984063; }

 p { color: rgb(152,64,99); }

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

background-color css

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

 a { background-color: rgb(152,64,99); }

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

border-color css

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

 span { border-color: rgb(152,64,99); }

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