Html Css Color HEX #944962 Cadillac

📋 copy color: '#944962'

red 148 ◦ green 73 ◦ blue 98

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

Shades of Cadillac #944962

Tints of Cadillac #944962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 46.39%
G = 22.88%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#944962 (or 0x944962) is known color: Cadillac. HEX triplet: 94, 49 and 62. RGB value is (148,73,98). Sum of RGB (Red+Green+Blue) = 148+73+98=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #944962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944962 is #6BB69D. Grayscale: #626262. Windows color (decimal): -7059102 or 6441364. OLE color: 6441364.

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

Color convert

RGB 148 73 98 -
CMYK 0 0.51 0.34 0.42
HSL 340º 0.34% 0.43% -
HSV(B) 340º 0.51% 0.58% -
XYZ 16.8 11.94 12.98 -
YUV 98.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 148 73 98 0 0.51 0.34 0.42 340 0.34 0.43
Hex 94 49 62 0 33 22 2A 154 22 2B
Octal 224 111 142 0 63 42 52 524 42 53
Binary 10010100 1001001 1100010 0 110011 100010 101010 101010100 100010 101011

Color Harmonies of #944962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944962

Black with #944962

Text Example


Text Example

White with #944962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944962; }

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

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

background-color css

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

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

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

border-color css

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

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

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