Html Css Color HEX #994973 Cadillac

📋 copy color: '#994973'

red 153 ◦ green 73 ◦ blue 115

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

Shades of Cadillac #994973

Tints of Cadillac #994973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 44.87%
G = 21.41%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#994973 (or 0x994973) is known color: Cadillac. HEX triplet: 99, 49 and 73. RGB value is (153,73,115). Sum of RGB (Red+Green+Blue) = 153+73+115=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994973 is #66B68C. Grayscale: #656565. Windows color (decimal): -6731405 or 7555481. OLE color: 7555481.

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

Color convert

RGB 153 73 115 -
CMYK 0 0.52 0.25 0.4
HSL 328.5º 0.35% 0.44% -
HSV(B) 328.5º 0.52% 0.6% -
XYZ 18.61 12.78 17.7 -
YUV 101.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 153 73 115 0 0.52 0.25 0.4 328.5 0.35 0.44
Hex 99 49 73 0 34 19 28 148 23 2C
Octal 231 111 163 0 64 31 50 510 43 54
Binary 10011001 1001001 1110011 0 110100 11001 101000 101001000 100011 101100

Color Harmonies of #994973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994973

Black with #994973

Text Example


Text Example

White with #994973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994973; }

 p { color: rgb(153,73,115); }

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

background-color css

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

 a { background-color: rgb(153,73,115); }

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

border-color css

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

 span { border-color: rgb(153,73,115); }

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