Html Css Color HEX #994576 Cadillac

📋 copy color: '#994576'

red 153 ◦ green 69 ◦ blue 118

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

Shades of Cadillac #994576

Tints of Cadillac #994576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 45%
G = 20.29%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#994576 (or 0x994576) is known color: Cadillac. HEX triplet: 99, 45 and 76. RGB value is (153,69,118). Sum of RGB (Red+Green+Blue) = 153+69+118=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994576 is #66BA89. Grayscale: #636363. Windows color (decimal): -6732426 or 7751065. OLE color: 7751065.

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

Color convert

RGB 153 69 118 -
CMYK 0 0.55 0.23 0.4
HSL 325º 0.38% 0.44% -
HSV(B) 325º 0.55% 0.6% -
XYZ 18.54 12.34 18.54 -
YUV 99.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 153 69 118 0 0.55 0.23 0.4 325 0.38 0.44
Hex 99 45 76 0 37 17 28 145 26 2C
Octal 231 105 166 0 67 27 50 505 46 54
Binary 10011001 1000101 1110110 0 110111 10111 101000 101000101 100110 101100

Color Harmonies of #994576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994576

Black with #994576

Text Example


Text Example

White with #994576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994576; }

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

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

background-color css

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

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

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

border-color css

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

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

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