Html Css Color HEX #94406A Cadillac

📋 copy color: '#94406A'

red 148 ◦ green 64 ◦ blue 106

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

Shades of Cadillac #94406A

Tints of Cadillac #94406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 46.54%
G = 20.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94406A (or 0x94406A) is known color: Cadillac. HEX triplet: 94, 40 and 6A. RGB value is (148,64,106). Sum of RGB (Red+Green+Blue) = 148+64+106=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #94406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94406A is #6BBF95. Grayscale: #5D5D5D. Windows color (decimal): -7061398 or 6963348. OLE color: 6963348.

HSL color Cylindrical-coordinate representation of color #94406A: hue angle of 330º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94406A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 64 106 -
CMYK 0 0.57 0.28 0.42
HSL 330º 0.4% 0.42% -
HSV(B) 330º 0.57% 0.58% -
XYZ 16.65 11 14.88 -
YUV 93.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 148 64 106 0 0.57 0.28 0.42 330 0.4 0.42
Hex 94 40 6A 0 39 1C 2A 14A 28 2A
Octal 224 100 152 0 71 34 52 512 50 52
Binary 10010100 1000000 1101010 0 111001 11100 101010 101001010 101000 101010

Color Harmonies of #94406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94406A

Black with #94406A

Text Example


Text Example

White with #94406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94406A; }

 p { color: rgb(148,64,106); }

 H1.HeaderClassName
 {
   color: #94406A;
 }
 .AnyTagClassName
 {
   color: #94406A;
 }
</style>

background-color css

<style>
 a { background-color: #94406A; }

 a { background-color: rgb(148,64,106); }

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

border-color css

<style>
 span { border-color: #94406A; }

 span { border-color: rgb(148,64,106); }

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