Html Css Color HEX #944468 Cadillac

📋 copy color: '#944468'

red 148 ◦ green 68 ◦ blue 104

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

Shades of Cadillac #944468

Tints of Cadillac #944468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 46.25%
G = 21.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#944468 (or 0x944468) is known color: Cadillac. HEX triplet: 94, 44 and 68. RGB value is (148,68,104). Sum of RGB (Red+Green+Blue) = 148+68+104=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #944468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944468 is #6BBB97. Grayscale: #5F5F5F. Windows color (decimal): -7060376 or 6833300. OLE color: 6833300.

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

Color convert

RGB 148 68 104 -
CMYK 0 0.54 0.30 0.42
HSL 333º 0.37% 0.42% -
HSV(B) 333º 0.54% 0.58% -
XYZ 16.78 11.43 14.42 -
YUV 96.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 148 68 104 0 0.54 0.30 0.42 333 0.37 0.42
Hex 94 44 68 0 36 1E 2A 14D 25 2A
Octal 224 104 150 0 66 36 52 515 45 52
Binary 10010100 1000100 1101000 0 110110 11110 101010 101001101 100101 101010

Color Harmonies of #944468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944468

Black with #944468

Text Example


Text Example

White with #944468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944468; }

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

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

background-color css

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

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

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

border-color css

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

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

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