Html Css Color HEX #94446E Cadillac

📋 copy color: '#94446E'

red 148 ◦ green 68 ◦ blue 110

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

Shades of Cadillac #94446E

Tints of Cadillac #94446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 45.4%
G = 20.86%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94446E (or 0x94446E) is known color: Cadillac. HEX triplet: 94, 44 and 6E. RGB value is (148,68,110). Sum of RGB (Red+Green+Blue) = 148+68+110=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94446E is #6BBB91. Grayscale: #606060. Windows color (decimal): -7060370 or 7226516. OLE color: 7226516.

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

Color convert

RGB 148 68 110 -
CMYK 0 0.54 0.26 0.42
HSL 328.5º 0.37% 0.42% -
HSV(B) 328.5º 0.54% 0.58% -
XYZ 17.09 11.56 16.08 -
YUV 96.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 148 68 110 0 0.54 0.26 0.42 328.5 0.37 0.42
Hex 94 44 6E 0 36 1A 2A 148 25 2A
Octal 224 104 156 0 66 32 52 510 45 52
Binary 10010100 1000100 1101110 0 110110 11010 101010 101001000 100101 101010

Color Harmonies of #94446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94446E

Black with #94446E

Text Example


Text Example

White with #94446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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