Html Css Color HEX #984C64 Cadillac

📋 copy color: '#984C64'

red 152 ◦ green 76 ◦ blue 100

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

Shades of Cadillac #984C64

Tints of Cadillac #984C64

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 46.34%
G = 23.17%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984C64 (or 0x984C64) is known color: Cadillac. HEX triplet: 98, 4C and 64. RGB value is (152,76,100). Sum of RGB (Red+Green+Blue) = 152+76+100=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #984C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984C64 is #67B39B. Grayscale: #656565. Windows color (decimal): -6796188 or 6573208. OLE color: 6573208.

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

Color convert

RGB 152 76 100 -
CMYK 0 0.50 0.34 0.40
HSL 341.05º 0.33% 0.45% -
HSV(B) 341.05º 0.5% 0.6% -
XYZ 17.83 12.76 13.58 -
YUV 101.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 152 76 100 0 0.50 0.34 0.40 341.05 0.33 0.45
Hex 98 4C 64 0 32 22 28 155 21 2D
Octal 230 114 144 0 62 42 50 525 41 55
Binary 10011000 1001100 1100100 0 110010 100010 101000 101010101 100001 101101

Color Harmonies of #984C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C64

Black with #984C64

Text Example


Text Example

White with #984C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,76,100); }

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

background-color css

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

 a { background-color: rgb(152,76,100); }

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

border-color css

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

 span { border-color: rgb(152,76,100); }

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