Html Css Color HEX #994466 Cadillac

📋 copy color: '#994466'

red 153 ◦ green 68 ◦ blue 102

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

Shades of Cadillac #994466

Tints of Cadillac #994466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

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

R = 47.37%
G = 21.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994466 (or 0x994466) is known color: Cadillac. HEX triplet: 99, 44 and 66. RGB value is (153,68,102). Sum of RGB (Red+Green+Blue) = 153+68+102=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #994466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994466 is #66BB99. Grayscale: #616161. Windows color (decimal): -6732698 or 6702233. OLE color: 6702233.

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

Color convert

RGB 153 68 102 -
CMYK 0 0.56 0.33 0.4
HSL 336º 0.38% 0.43% -
HSV(B) 336º 0.56% 0.6% -
XYZ 17.6 11.87 13.93 -
YUV 97.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 153 68 102 0 0.56 0.33 0.4 336 0.38 0.43
Hex 99 44 66 0 38 21 28 150 26 2B
Octal 231 104 146 0 70 41 50 520 46 53
Binary 10011001 1000100 1100110 0 111000 100001 101000 101010000 100110 101011

Color Harmonies of #994466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994466

Black with #994466

Text Example


Text Example

White with #994466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994466; }

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

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

background-color css

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

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

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

border-color css

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

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

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