Html Css Color HEX #984D66 Cadillac

📋 copy color: '#984D66'

red 152 ◦ green 77 ◦ blue 102

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

Shades of Cadillac #984D66

Tints of Cadillac #984D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

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

R = 45.92%
G = 23.26%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984D66 (or 0x984D66) is known color: Cadillac. HEX triplet: 98, 4D and 66. RGB value is (152,77,102). Sum of RGB (Red+Green+Blue) = 152+77+102=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #984D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D66 is #67B299. Grayscale: #666666. Windows color (decimal): -6795930 or 6704536. OLE color: 6704536.

HSL color Cylindrical-coordinate representation of color #984D66: hue angle of 340º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D66 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 102 -
CMYK 0 0.49 0.33 0.40
HSL 340º 0.33% 0.45% -
HSV(B) 340º 0.49% 0.6% -
XYZ 18 12.94 14.12 -
YUV 102.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 152 77 102 0 0.49 0.33 0.40 340 0.33 0.45
Hex 98 4D 66 0 31 21 28 154 21 2D
Octal 230 115 146 0 61 41 50 524 41 55
Binary 10011000 1001101 1100110 0 110001 100001 101000 101010100 100001 101101

Color Harmonies of #984D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D66

Black with #984D66

Text Example


Text Example

White with #984D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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