Html Css Color HEX #984066 Cadillac

📋 copy color: '#984066'

red 152 ◦ green 64 ◦ blue 102

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

Shades of Cadillac #984066

Tints of Cadillac #984066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 47.8%
G = 20.13%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984066 (or 0x984066) is known color: Cadillac. HEX triplet: 98, 40 and 66. RGB value is (152,64,102). Sum of RGB (Red+Green+Blue) = 152+64+102=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #984066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984066 is #67BF99. Grayscale: #5E5E5E. Windows color (decimal): -6799258 or 6701208. OLE color: 6701208.

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

Color convert

RGB 152 64 102 -
CMYK 0 0.58 0.33 0.40
HSL 334.09º 0.41% 0.42% -
HSV(B) 334.09º 0.58% 0.6% -
XYZ 17.18 11.3 13.85 -
YUV 94.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 152 64 102 0 0.58 0.33 0.40 334.09 0.41 0.42
Hex 98 40 66 0 3A 21 28 14E 29 2A
Octal 230 100 146 0 72 41 50 516 51 52
Binary 10011000 1000000 1100110 0 111010 100001 101000 101001110 101001 101010

Color Harmonies of #984066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984066

Black with #984066

Text Example


Text Example

White with #984066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984066; }

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

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

background-color css

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

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

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

border-color css

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

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

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