Html Css Color HEX #944C59 Cadillac

📋 copy color: '#944C59'

red 148 ◦ green 76 ◦ blue 89

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

Shades of Cadillac #944C59

Tints of Cadillac #944C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 47.28%
G = 24.28%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#944C59 (or 0x944C59) is known color: Cadillac. HEX triplet: 94, 4C and 59. RGB value is (148,76,89). Sum of RGB (Red+Green+Blue) = 148+76+89=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #944C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C59 is #6BB3A6. Grayscale: #636363. Windows color (decimal): -7058343 or 5852308. OLE color: 5852308.

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

Color convert

RGB 148 76 89 -
CMYK 0 0.49 0.40 0.42
HSL 349.17º 0.32% 0.44% -
HSV(B) 349.17º 0.49% 0.58% -
XYZ 16.6 12.19 10.93 -
YUV 99.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 148 76 89 0 0.49 0.40 0.42 349.17 0.32 0.44
Hex 94 4C 59 0 31 28 2A 15D 20 2C
Octal 224 114 131 0 61 50 52 535 40 54
Binary 10010100 1001100 1011001 0 110001 101000 101010 101011101 100000 101100

Color Harmonies of #944C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C59

Black with #944C59

Text Example


Text Example

White with #944C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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