Html Css Color HEX #944463 Cadillac

📋 copy color: '#944463'

red 148 ◦ green 68 ◦ blue 99

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

Shades of Cadillac #944463

Tints of Cadillac #944463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 46.98%
G = 21.59%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#944463 (or 0x944463) is known color: Cadillac. HEX triplet: 94, 44 and 63. RGB value is (148,68,99). Sum of RGB (Red+Green+Blue) = 148+68+99=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #944463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944463 is #6BBB9C. Grayscale: #5F5F5F. Windows color (decimal): -7060381 or 6505620. OLE color: 6505620.

HSL color Cylindrical-coordinate representation of color #944463: hue angle of 336.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944463 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 99 -
CMYK 0 0.54 0.33 0.42
HSL 336.75º 0.37% 0.42% -
HSV(B) 336.75º 0.54% 0.58% -
XYZ 16.53 11.33 13.12 -
YUV 95.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 148 68 99 0 0.54 0.33 0.42 336.75 0.37 0.42
Hex 94 44 63 0 36 21 2A 151 25 2A
Octal 224 104 143 0 66 41 52 521 45 52
Binary 10010100 1000100 1100011 0 110110 100001 101010 101010001 100101 101010

Color Harmonies of #944463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944463

Black with #944463

Text Example


Text Example

White with #944463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944463; }

 p { color: rgb(148,68,99); }

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

background-color css

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

 a { background-color: rgb(148,68,99); }

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

border-color css

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

 span { border-color: rgb(148,68,99); }

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