Html Css Color HEX #994469 Cadillac

📋 copy color: '#994469'

red 153 ◦ green 68 ◦ blue 105

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

Shades of Cadillac #994469

Tints of Cadillac #994469

RGB

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

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

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

R = 46.93%
G = 20.86%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#994469 (or 0x994469) is known color: Cadillac. HEX triplet: 99, 44 and 69. RGB value is (153,68,105). Sum of RGB (Red+Green+Blue) = 153+68+105=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994469 is #66BB96. Grayscale: #616161. Windows color (decimal): -6732695 or 6898841. OLE color: 6898841.

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

Color convert

RGB 153 68 105 -
CMYK 0 0.56 0.31 0.4
HSL 333.88º 0.38% 0.43% -
HSV(B) 333.88º 0.56% 0.6% -
XYZ 17.75 11.93 14.73 -
YUV 97.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 153 68 105 0 0.56 0.31 0.4 333.88 0.38 0.43
Hex 99 44 69 0 38 1F 28 14E 26 2B
Octal 231 104 151 0 70 37 50 516 46 53
Binary 10011001 1000100 1101001 0 111000 11111 101000 101001110 100110 101011

Color Harmonies of #994469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994469

Black with #994469

Text Example


Text Example

White with #994469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994469; }

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

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

background-color css

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

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

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

border-color css

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

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

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