Html Css Color HEX #944477 Cadillac

📋 copy color: '#944477'

red 148 ◦ green 68 ◦ blue 119

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

Shades of Cadillac #944477

Tints of Cadillac #944477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 44.18%
G = 20.3%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#944477 (or 0x944477) is known color: Cadillac. HEX triplet: 94, 44 and 77. RGB value is (148,68,119). Sum of RGB (Red+Green+Blue) = 148+68+119=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #944477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944477 is #6BBB88. Grayscale: #616161. Windows color (decimal): -7060361 or 7816340. OLE color: 7816340.

HSL color Cylindrical-coordinate representation of color #944477: hue angle of 321.75º 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 #944477 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 119 -
CMYK 0 0.54 0.20 0.42
HSL 321.75º 0.37% 0.42% -
HSV(B) 321.75º 0.54% 0.58% -
XYZ 17.61 11.76 18.79 -
YUV 97.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 148 68 119 0 0.54 0.20 0.42 321.75 0.37 0.42
Hex 94 44 77 0 36 14 2A 142 25 2A
Octal 224 104 167 0 66 24 52 502 45 52
Binary 10010100 1000100 1110111 0 110110 10100 101010 101000010 100101 101010

Color Harmonies of #944477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944477

Black with #944477

Text Example


Text Example

White with #944477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944477; }

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

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

background-color css

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

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

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

border-color css

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

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

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