Html Css Color HEX #984164 Cadillac

📋 copy color: '#984164'

red 152 ◦ green 65 ◦ blue 100

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

Shades of Cadillac #984164

Tints of Cadillac #984164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 47.95%
G = 20.5%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984164 (or 0x984164) is known color: Cadillac. HEX triplet: 98, 41 and 64. RGB value is (152,65,100). Sum of RGB (Red+Green+Blue) = 152+65+100=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984164 is #67BE9B. Grayscale: #5E5E5E. Windows color (decimal): -6799004 or 6570392. OLE color: 6570392.

HSL color Cylindrical-coordinate representation of color #984164: hue angle of 335.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984164 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 100 -
CMYK 0 0.57 0.34 0.40
HSL 335.86º 0.4% 0.43% -
HSV(B) 335.86º 0.57% 0.6% -
XYZ 17.14 11.38 13.35 -
YUV 95 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 152 65 100 0 0.57 0.34 0.40 335.86 0.4 0.43
Hex 98 41 64 0 39 22 28 150 28 2B
Octal 230 101 144 0 71 42 50 520 50 53
Binary 10011000 1000001 1100100 0 111001 100010 101000 101010000 101000 101011

Color Harmonies of #984164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984164

Black with #984164

Text Example


Text Example

White with #984164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984164; }

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

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

background-color css

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

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

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

border-color css

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

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

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