Html Css Color HEX #984766 Cadillac

📋 copy color: '#984766'

red 152 ◦ green 71 ◦ blue 102

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

Shades of Cadillac #984766

Tints of Cadillac #984766

RGB

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

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

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

R = 46.77%
G = 21.85%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984766 (or 0x984766) is known color: Cadillac. HEX triplet: 98, 47 and 66. RGB value is (152,71,102). Sum of RGB (Red+Green+Blue) = 152+71+102=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #984766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984766 is #67B899. Grayscale: #626262. Windows color (decimal): -6797466 or 6703000. OLE color: 6703000.

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

Color convert

RGB 152 71 102 -
CMYK 0 0.53 0.33 0.40
HSL 337.04º 0.36% 0.44% -
HSV(B) 337.04º 0.53% 0.6% -
XYZ 17.6 12.14 13.99 -
YUV 98.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 152 71 102 0 0.53 0.33 0.40 337.04 0.36 0.44
Hex 98 47 66 0 35 21 28 151 24 2C
Octal 230 107 146 0 65 41 50 521 44 54
Binary 10011000 1000111 1100110 0 110101 100001 101000 101010001 100100 101100

Color Harmonies of #984766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984766

Black with #984766

Text Example


Text Example

White with #984766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984766; }

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

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

background-color css

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

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

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

border-color css

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

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

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