Html Css Color HEX #994766 Cadillac

📋 copy color: '#994766'

red 153 ◦ green 71 ◦ blue 102

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

Shades of Cadillac #994766

Tints of Cadillac #994766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 46.93%
G = 21.78%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994766 (or 0x994766) is known color: Cadillac. HEX triplet: 99, 47 and 66. RGB value is (153,71,102). Sum of RGB (Red+Green+Blue) = 153+71+102=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994766 is #66B899. Grayscale: #636363. Windows color (decimal): -6731930 or 6703001. OLE color: 6703001.

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

Color convert

RGB 153 71 102 -
CMYK 0 0.54 0.33 0.4
HSL 337.32º 0.37% 0.44% -
HSV(B) 337.32º 0.54% 0.6% -
XYZ 17.79 12.24 14 -
YUV 99.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 153 71 102 0 0.54 0.33 0.4 337.32 0.37 0.44
Hex 99 47 66 0 36 21 28 151 25 2C
Octal 231 107 146 0 66 41 50 521 45 54
Binary 10011001 1000111 1100110 0 110110 100001 101000 101010001 100101 101100

Color Harmonies of #994766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994766

Black with #994766

Text Example


Text Example

White with #994766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994766; }

 p { color: rgb(153,71,102); }

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

background-color css

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

 a { background-color: rgb(153,71,102); }

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

border-color css

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

 span { border-color: rgb(153,71,102); }

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