Html Css Color HEX #984464 Cadillac

📋 copy color: '#984464'

red 152 ◦ green 68 ◦ blue 100

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

Shades of Cadillac #984464

Tints of Cadillac #984464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 47.5%
G = 21.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984464 (or 0x984464) is known color: Cadillac. HEX triplet: 98, 44 and 64. RGB value is (152,68,100). Sum of RGB (Red+Green+Blue) = 152+68+100=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #984464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984464 is #67BB9B. Grayscale: #606060. Windows color (decimal): -6798236 or 6571160. OLE color: 6571160.

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

Color convert

RGB 152 68 100 -
CMYK 0 0.55 0.34 0.40
HSL 337.14º 0.38% 0.43% -
HSV(B) 337.14º 0.55% 0.6% -
XYZ 17.32 11.73 13.41 -
YUV 96.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 152 68 100 0 0.55 0.34 0.40 337.14 0.38 0.43
Hex 98 44 64 0 37 22 28 151 26 2B
Octal 230 104 144 0 67 42 50 521 46 53
Binary 10011000 1000100 1100100 0 110111 100010 101000 101010001 100110 101011

Color Harmonies of #984464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984464

Black with #984464

Text Example


Text Example

White with #984464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984464; }

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

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

background-color css

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

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

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

border-color css

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

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

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