Html Css Color HEX #94426A Cadillac

📋 copy color: '#94426A'

red 148 ◦ green 66 ◦ blue 106

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

Shades of Cadillac #94426A

Tints of Cadillac #94426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 46.25%
G = 20.63%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94426A (or 0x94426A) is known color: Cadillac. HEX triplet: 94, 42 and 6A. RGB value is (148,66,106). Sum of RGB (Red+Green+Blue) = 148+66+106=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94426A is #6BBD95. Grayscale: #5F5F5F. Windows color (decimal): -7060886 or 6963860. OLE color: 6963860.

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

Color convert

RGB 148 66 106 -
CMYK 0 0.55 0.28 0.42
HSL 330.73º 0.38% 0.42% -
HSV(B) 330.73º 0.55% 0.58% -
XYZ 16.76 11.23 14.92 -
YUV 95.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 148 66 106 0 0.55 0.28 0.42 330.73 0.38 0.42
Hex 94 42 6A 0 37 1C 2A 14B 26 2A
Octal 224 102 152 0 67 34 52 513 46 52
Binary 10010100 1000010 1101010 0 110111 11100 101010 101001011 100110 101010

Color Harmonies of #94426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94426A

Black with #94426A

Text Example


Text Example

White with #94426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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