Html Css Color HEX #994A56 Cadillac

📋 copy color: '#994A56'

red 153 ◦ green 74 ◦ blue 86

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

Shades of Cadillac #994A56

Tints of Cadillac #994A56

RGB

 RED value IS 153 (60.16% from 255) = 48.88%

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 48.88%
G = 23.64%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#994A56 (or 0x994A56) is known color: Cadillac. HEX triplet: 99, 4A and 56. RGB value is (153,74,86). Sum of RGB (Red+Green+Blue) = 153+74+86=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #994A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A56 is #66B5A9. Grayscale: #636363. Windows color (decimal): -6731178 or 5655193. OLE color: 5655193.

HSL color Cylindrical-coordinate representation of color #994A56: hue angle of 350.89º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A56 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 86 -
CMYK 0 0.52 0.44 0.4
HSL 350.89º 0.35% 0.45% -
HSV(B) 350.89º 0.52% 0.6% -
XYZ 17.27 12.34 10.28 -
YUV 98.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 153 74 86 0 0.52 0.44 0.4 350.89 0.35 0.45
Hex 99 4A 56 0 34 2C 28 15F 23 2D
Octal 231 112 126 0 64 54 50 537 43 55
Binary 10011001 1001010 1010110 0 110100 101100 101000 101011111 100011 101101

Color Harmonies of #994A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A56

Black with #994A56

Text Example


Text Example

White with #994A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994A56; }

 p { color: rgb(153,74,86); }

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

background-color css

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

 a { background-color: rgb(153,74,86); }

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

border-color css

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

 span { border-color: rgb(153,74,86); }

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