Html Css Color HEX #994976 Cadillac

📋 copy color: '#994976'

red 153 ◦ green 73 ◦ blue 118

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

Shades of Cadillac #994976

Tints of Cadillac #994976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 44.48%
G = 21.22%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#994976 (or 0x994976) is known color: Cadillac. HEX triplet: 99, 49 and 76. RGB value is (153,73,118). Sum of RGB (Red+Green+Blue) = 153+73+118=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #994976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994976 is #66B689. Grayscale: #656565. Windows color (decimal): -6731402 or 7752089. OLE color: 7752089.

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

Color convert

RGB 153 73 118 -
CMYK 0 0.52 0.23 0.4
HSL 326.25º 0.35% 0.44% -
HSV(B) 326.25º 0.52% 0.6% -
XYZ 18.79 12.85 18.63 -
YUV 102.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 153 73 118 0 0.52 0.23 0.4 326.25 0.35 0.44
Hex 99 49 76 0 34 17 28 146 23 2C
Octal 231 111 166 0 64 27 50 506 43 54
Binary 10011001 1001001 1110110 0 110100 10111 101000 101000110 100011 101100

Color Harmonies of #994976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994976

Black with #994976

Text Example


Text Example

White with #994976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994976; }

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

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

background-color css

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

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

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

border-color css

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

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

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