Html Css Color HEX #94446D Cadillac

📋 copy color: '#94446D'

red 148 ◦ green 68 ◦ blue 109

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

Shades of Cadillac #94446D

Tints of Cadillac #94446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 45.54%
G = 20.92%
B = 33.54%

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

#94446D (or 0x94446D) is known color: Cadillac. HEX triplet: 94, 44 and 6D. RGB value is (148,68,109). Sum of RGB (Red+Green+Blue) = 148+68+109=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94446D is #6BBB92. Grayscale: #606060. Windows color (decimal): -7060371 or 7160980. OLE color: 7160980.

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

Color convert

RGB 148 68 109 -
CMYK 0 0.54 0.26 0.42
HSL 329.25º 0.37% 0.42% -
HSV(B) 329.25º 0.54% 0.58% -
XYZ 17.04 11.53 15.8 -
YUV 96.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 148 68 109 0 0.54 0.26 0.42 329.25 0.37 0.42
Hex 94 44 6D 0 36 1A 2A 149 25 2A
Octal 224 104 155 0 66 32 52 511 45 52
Binary 10010100 1000100 1101101 0 110110 11010 101010 101001001 100101 101010

Color Harmonies of #94446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94446D

Black with #94446D

Text Example


Text Example

White with #94446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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