Html Css Color HEX #984566 Cadillac

📋 copy color: '#984566'

red 152 ◦ green 69 ◦ blue 102

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

Shades of Cadillac #984566

Tints of Cadillac #984566

RGB

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

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

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

R = 47.06%
G = 21.36%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984566 (or 0x984566) is known color: Cadillac. HEX triplet: 98, 45 and 66. RGB value is (152,69,102). Sum of RGB (Red+Green+Blue) = 152+69+102=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #984566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984566 is #67BA99. Grayscale: #616161. Windows color (decimal): -6797978 or 6702488. OLE color: 6702488.

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

Color convert

RGB 152 69 102 -
CMYK 0 0.55 0.33 0.40
HSL 336.14º 0.38% 0.43% -
HSV(B) 336.14º 0.55% 0.6% -
XYZ 17.48 11.89 13.94 -
YUV 97.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 152 69 102 0 0.55 0.33 0.40 336.14 0.38 0.43
Hex 98 45 66 0 37 21 28 150 26 2B
Octal 230 105 146 0 67 41 50 520 46 53
Binary 10011000 1000101 1100110 0 110111 100001 101000 101010000 100110 101011

Color Harmonies of #984566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984566

Black with #984566

Text Example


Text Example

White with #984566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984566; }

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

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

background-color css

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

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

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

border-color css

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

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

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