Html Css Color HEX #94496B Cadillac

📋 copy color: '#94496B'

red 148 ◦ green 73 ◦ blue 107

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

Shades of Cadillac #94496B

Tints of Cadillac #94496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 45.12%
G = 22.26%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94496B (or 0x94496B) is known color: Cadillac. HEX triplet: 94, 49 and 6B. RGB value is (148,73,107). Sum of RGB (Red+Green+Blue) = 148+73+107=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94496B is #6BB694. Grayscale: #636363. Windows color (decimal): -7059093 or 7031188. OLE color: 7031188.

HSL color Cylindrical-coordinate representation of color #94496B: hue angle of 332.8º 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 #94496B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 73 107 -
CMYK 0 0.51 0.28 0.42
HSL 332.8º 0.34% 0.43% -
HSV(B) 332.8º 0.51% 0.58% -
XYZ 17.25 12.12 15.34 -
YUV 99.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 148 73 107 0 0.51 0.28 0.42 332.8 0.34 0.43
Hex 94 49 6B 0 33 1C 2A 14D 22 2B
Octal 224 111 153 0 63 34 52 515 42 53
Binary 10010100 1001001 1101011 0 110011 11100 101010 101001101 100010 101011

Color Harmonies of #94496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94496B

Black with #94496B

Text Example


Text Example

White with #94496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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