Html Css Color HEX #994676 Cadillac

📋 copy color: '#994676'

red 153 ◦ green 70 ◦ blue 118

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

Shades of Cadillac #994676

Tints of Cadillac #994676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

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

R = 44.87%
G = 20.53%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#994676 (or 0x994676) is known color: Cadillac. HEX triplet: 99, 46 and 76. RGB value is (153,70,118). Sum of RGB (Red+Green+Blue) = 153+70+118=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994676 is #66B989. Grayscale: #646464. Windows color (decimal): -6732170 or 7751321. OLE color: 7751321.

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

Color convert

RGB 153 70 118 -
CMYK 0 0.54 0.23 0.4
HSL 325.3º 0.37% 0.44% -
HSV(B) 325.3º 0.54% 0.6% -
XYZ 18.6 12.46 18.56 -
YUV 100.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 153 70 118 0 0.54 0.23 0.4 325.3 0.37 0.44
Hex 99 46 76 0 36 17 28 145 25 2C
Octal 231 106 166 0 66 27 50 505 45 54
Binary 10011001 1000110 1110110 0 110110 10111 101000 101000101 100101 101100

Color Harmonies of #994676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994676

Black with #994676

Text Example


Text Example

White with #994676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994676; }

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

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

background-color css

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

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

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

border-color css

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

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

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