Html Css Color HEX #994A5A Cadillac

📋 copy color: '#994A5A'

red 153 ◦ green 74 ◦ blue 90

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

Shades of Cadillac #994A5A

Tints of Cadillac #994A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 48.26%
G = 23.34%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#994A5A (or 0x994A5A) is known color: Cadillac. HEX triplet: 99, 4A and 5A. RGB value is (153,74,90). Sum of RGB (Red+Green+Blue) = 153+74+90=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #994A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A5A is #66B5A5. Grayscale: #636363. Windows color (decimal): -6731174 or 5917337. OLE color: 5917337.

HSL color Cylindrical-coordinate representation of color #994A5A: hue angle of 347.85º 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 #994A5A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 90 -
CMYK 0 0.52 0.41 0.4
HSL 347.85º 0.35% 0.45% -
HSV(B) 347.85º 0.52% 0.6% -
XYZ 17.43 12.41 11.15 -
YUV 99.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 153 74 90 0 0.52 0.41 0.4 347.85 0.35 0.45
Hex 99 4A 5A 0 34 29 28 15C 23 2D
Octal 231 112 132 0 64 51 50 534 43 55
Binary 10011001 1001010 1011010 0 110100 101001 101000 101011100 100011 101101

Color Harmonies of #994A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A5A

Black with #994A5A

Text Example


Text Example

White with #994A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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