Html Css Color HEX #94495B Cadillac

📋 copy color: '#94495B'

red 148 ◦ green 73 ◦ blue 91

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

Shades of Cadillac #94495B

Tints of Cadillac #94495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 47.44%
G = 23.4%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94495B (or 0x94495B) is known color: Cadillac. HEX triplet: 94, 49 and 5B. RGB value is (148,73,91). Sum of RGB (Red+Green+Blue) = 148+73+91=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94495B is #6BB6A4. Grayscale: #616161. Windows color (decimal): -7059109 or 5982612. OLE color: 5982612.

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

Color convert

RGB 148 73 91 -
CMYK 0 0.51 0.39 0.42
HSL 345.6º 0.34% 0.43% -
HSV(B) 345.6º 0.51% 0.58% -
XYZ 16.48 11.82 11.31 -
YUV 97.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 148 73 91 0 0.51 0.39 0.42 345.6 0.34 0.43
Hex 94 49 5B 0 33 27 2A 15A 22 2B
Octal 224 111 133 0 63 47 52 532 42 53
Binary 10010100 1001001 1011011 0 110011 100111 101010 101011010 100010 101011

Color Harmonies of #94495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94495B

Black with #94495B

Text Example


Text Example

White with #94495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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