Html Css Color HEX #944077 Cadillac

📋 copy color: '#944077'

red 148 ◦ green 64 ◦ blue 119

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

Shades of Cadillac #944077

Tints of Cadillac #944077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 44.71%
G = 19.34%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#944077 (or 0x944077) is known color: Cadillac. HEX triplet: 94, 40 and 77. RGB value is (148,64,119). Sum of RGB (Red+Green+Blue) = 148+64+119=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944077 is #6BBF88. Grayscale: #5F5F5F. Windows color (decimal): -7061385 or 7815316. OLE color: 7815316.

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

Color convert

RGB 148 64 119 -
CMYK 0 0.57 0.20 0.42
HSL 320.71º 0.4% 0.42% -
HSV(B) 320.71º 0.57% 0.58% -
XYZ 17.38 11.29 18.72 -
YUV 95.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 148 64 119 0 0.57 0.20 0.42 320.71 0.4 0.42
Hex 94 40 77 0 39 14 2A 141 28 2A
Octal 224 100 167 0 71 24 52 501 50 52
Binary 10010100 1000000 1110111 0 111001 10100 101010 101000001 101000 101010

Color Harmonies of #944077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944077

Black with #944077

Text Example


Text Example

White with #944077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944077; }

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

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

background-color css

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

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

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

border-color css

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

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

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