Html Css Color HEX #944259 Cadillac

📋 copy color: '#944259'

red 148 ◦ green 66 ◦ blue 89

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

Shades of Cadillac #944259

Tints of Cadillac #944259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 48.84%
G = 21.78%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#944259 (or 0x944259) is known color: Cadillac. HEX triplet: 94, 42 and 59. RGB value is (148,66,89). Sum of RGB (Red+Green+Blue) = 148+66+89=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #944259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944259 is #6BBDA6. Grayscale: #5D5D5D. Windows color (decimal): -7060903 or 5849748. OLE color: 5849748.

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

Color convert

RGB 148 66 89 -
CMYK 0 0.55 0.40 0.42
HSL 343.17º 0.38% 0.42% -
HSV(B) 343.17º 0.55% 0.58% -
XYZ 15.96 10.91 10.72 -
YUV 93.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 148 66 89 0 0.55 0.40 0.42 343.17 0.38 0.42
Hex 94 42 59 0 37 28 2A 157 26 2A
Octal 224 102 131 0 67 50 52 527 46 52
Binary 10010100 1000010 1011001 0 110111 101000 101010 101010111 100110 101010

Color Harmonies of #944259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944259

Black with #944259

Text Example


Text Example

White with #944259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944259; }

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

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

background-color css

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

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

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

border-color css

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

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

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