Html Css Color HEX #944059 Cadillac

📋 copy color: '#944059'

red 148 ◦ green 64 ◦ blue 89

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

Shades of Cadillac #944059

Tints of Cadillac #944059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 49.17%
G = 21.26%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#944059 (or 0x944059) is known color: Cadillac. HEX triplet: 94, 40 and 59. RGB value is (148,64,89). Sum of RGB (Red+Green+Blue) = 148+64+89=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944059 is #6BBFA6. Grayscale: #5B5B5B. Windows color (decimal): -7061415 or 5849236. OLE color: 5849236.

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

Color convert

RGB 148 64 89 -
CMYK 0 0.57 0.40 0.42
HSL 342.14º 0.4% 0.42% -
HSV(B) 342.14º 0.57% 0.58% -
XYZ 15.85 10.68 10.68 -
YUV 91.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 148 64 89 0 0.57 0.40 0.42 342.14 0.4 0.42
Hex 94 40 59 0 39 28 2A 156 28 2A
Octal 224 100 131 0 71 50 52 526 50 52
Binary 10010100 1000000 1011001 0 111001 101000 101010 101010110 101000 101010

Color Harmonies of #944059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944059

Black with #944059

Text Example


Text Example

White with #944059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944059; }

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

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

background-color css

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

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

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

border-color css

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

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

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