Html Css Color HEX #944764 Cadillac

📋 copy color: '#944764'

red 148 ◦ green 71 ◦ blue 100

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

Shades of Cadillac #944764

Tints of Cadillac #944764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 46.39%
G = 22.26%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#944764 (or 0x944764) is known color: Cadillac. HEX triplet: 94, 47 and 64. RGB value is (148,71,100). Sum of RGB (Red+Green+Blue) = 148+71+100=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #944764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944764 is #6BB89B. Grayscale: #616161. Windows color (decimal): -7059612 or 6571924. OLE color: 6571924.

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

Color convert

RGB 148 71 100 -
CMYK 0 0.52 0.32 0.42
HSL 337.4º 0.35% 0.43% -
HSV(B) 337.4º 0.52% 0.58% -
XYZ 16.77 11.72 13.44 -
YUV 97.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 148 71 100 0 0.52 0.32 0.42 337.4 0.35 0.43
Hex 94 47 64 0 34 20 2A 151 23 2B
Octal 224 107 144 0 64 40 52 521 43 53
Binary 10010100 1000111 1100100 0 110100 100000 101010 101010001 100011 101011

Color Harmonies of #944764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944764

Black with #944764

Text Example


Text Example

White with #944764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944764; }

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

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

background-color css

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

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

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

border-color css

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

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

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