Html Css Color HEX #994169 Cadillac

📋 copy color: '#994169'

red 153 ◦ green 65 ◦ blue 105

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

Shades of Cadillac #994169

Tints of Cadillac #994169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 47.37%
G = 20.12%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#994169 (or 0x994169) is known color: Cadillac. HEX triplet: 99, 41 and 69. RGB value is (153,65,105). Sum of RGB (Red+Green+Blue) = 153+65+105=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #994169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994169 is #66BE96. Grayscale: #5F5F5F. Windows color (decimal): -6733463 or 6898073. OLE color: 6898073.

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

Color convert

RGB 153 65 105 -
CMYK 0 0.58 0.31 0.4
HSL 332.73º 0.4% 0.43% -
HSV(B) 332.73º 0.58% 0.6% -
XYZ 17.58 11.57 14.67 -
YUV 95.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 153 65 105 0 0.58 0.31 0.4 332.73 0.4 0.43
Hex 99 41 69 0 3A 1F 28 14D 28 2B
Octal 231 101 151 0 72 37 50 515 50 53
Binary 10011001 1000001 1101001 0 111010 11111 101000 101001101 101000 101011

Color Harmonies of #994169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994169

Black with #994169

Text Example


Text Example

White with #994169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994169; }

 p { color: rgb(153,65,105); }

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

background-color css

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

 a { background-color: rgb(153,65,105); }

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

border-color css

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

 span { border-color: rgb(153,65,105); }

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