Html Css Color HEX #984D68 Cadillac

📋 copy color: '#984D68'

red 152 ◦ green 77 ◦ blue 104

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

Shades of Cadillac #984D68

Tints of Cadillac #984D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 45.65%
G = 23.12%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984D68 (or 0x984D68) is known color: Cadillac. HEX triplet: 98, 4D and 68. RGB value is (152,77,104). Sum of RGB (Red+Green+Blue) = 152+77+104=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D68 is #67B297. Grayscale: #666666. Windows color (decimal): -6795928 or 6835608. OLE color: 6835608.

HSL color Cylindrical-coordinate representation of color #984D68: hue angle of 338.4º 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 #984D68 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 104 -
CMYK 0 0.49 0.32 0.40
HSL 338.4º 0.33% 0.45% -
HSV(B) 338.4º 0.49% 0.6% -
XYZ 18.1 12.98 14.65 -
YUV 102.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 152 77 104 0 0.49 0.32 0.40 338.4 0.33 0.45
Hex 98 4D 68 0 31 20 28 152 21 2D
Octal 230 115 150 0 61 40 50 522 41 55
Binary 10011000 1001101 1101000 0 110001 100000 101000 101010010 100001 101101

Color Harmonies of #984D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D68

Black with #984D68

Text Example


Text Example

White with #984D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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