Html Css Color HEX #994666 Cadillac

📋 copy color: '#994666'

red 153 ◦ green 70 ◦ blue 102

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

Shades of Cadillac #994666

Tints of Cadillac #994666

RGB

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

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

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

R = 47.08%
G = 21.54%
B = 31.38%

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

#994666 (or 0x994666) is known color: Cadillac. HEX triplet: 99, 46 and 66. RGB value is (153,70,102). Sum of RGB (Red+Green+Blue) = 153+70+102=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #994666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994666 is #66B999. Grayscale: #626262. Windows color (decimal): -6732186 or 6702745. OLE color: 6702745.

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

Color convert

RGB 153 70 102 -
CMYK 0 0.54 0.33 0.4
HSL 336.87º 0.37% 0.44% -
HSV(B) 336.87º 0.54% 0.6% -
XYZ 17.73 12.11 13.97 -
YUV 98.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 153 70 102 0 0.54 0.33 0.4 336.87 0.37 0.44
Hex 99 46 66 0 36 21 28 151 25 2C
Octal 231 106 146 0 66 41 50 521 45 54
Binary 10011001 1000110 1100110 0 110110 100001 101000 101010001 100101 101100

Color Harmonies of #994666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994666

Black with #994666

Text Example


Text Example

White with #994666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994666; }

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

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

background-color css

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

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

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

border-color css

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

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

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