Html Css Color HEX #94496D Cadillac

📋 copy color: '#94496D'

red 148 ◦ green 73 ◦ blue 109

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

Shades of Cadillac #94496D

Tints of Cadillac #94496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 44.85%
G = 22.12%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94496D (or 0x94496D) is known color: Cadillac. HEX triplet: 94, 49 and 6D. RGB value is (148,73,109). Sum of RGB (Red+Green+Blue) = 148+73+109=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94496D is #6BB692. Grayscale: #636363. Windows color (decimal): -7059091 or 7162260. OLE color: 7162260.

HSL color Cylindrical-coordinate representation of color #94496D: hue angle of 331.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94496D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 109 -
CMYK 0 0.51 0.26 0.42
HSL 331.2º 0.34% 0.43% -
HSV(B) 331.2º 0.51% 0.58% -
XYZ 17.36 12.17 15.9 -
YUV 99.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 148 73 109 0 0.51 0.26 0.42 331.2 0.34 0.43
Hex 94 49 6D 0 33 1A 2A 14B 22 2B
Octal 224 111 155 0 63 32 52 513 42 53
Binary 10010100 1001001 1101101 0 110011 11010 101010 101001011 100010 101011

Color Harmonies of #94496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94496D

Black with #94496D

Text Example


Text Example

White with #94496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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