Html Css Color HEX #944464 Cadillac

📋 copy color: '#944464'

red 148 ◦ green 68 ◦ blue 100

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

Shades of Cadillac #944464

Tints of Cadillac #944464

RGB

 RED value IS 148 (58.2% from 255) = 46.84%

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

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

R = 46.84%
G = 21.52%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#944464 (or 0x944464) is known color: Cadillac. HEX triplet: 94, 44 and 64. RGB value is (148,68,100). Sum of RGB (Red+Green+Blue) = 148+68+100=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #944464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944464 is #6BBB9B. Grayscale: #5F5F5F. Windows color (decimal): -7060380 or 6571156. OLE color: 6571156.

HSL color Cylindrical-coordinate representation of color #944464: hue angle of 336º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944464 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 100 -
CMYK 0 0.54 0.32 0.42
HSL 336º 0.37% 0.42% -
HSV(B) 336º 0.54% 0.58% -
XYZ 16.58 11.35 13.37 -
YUV 95.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 148 68 100 0 0.54 0.32 0.42 336 0.37 0.42
Hex 94 44 64 0 36 20 2A 150 25 2A
Octal 224 104 144 0 66 40 52 520 45 52
Binary 10010100 1000100 1100100 0 110110 100000 101010 101010000 100101 101010

Color Harmonies of #944464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944464

Black with #944464

Text Example


Text Example

White with #944464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944464; }

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

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

background-color css

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

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

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

border-color css

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

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

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