Html Css Color HEX #994770 Cadillac

📋 copy color: '#994770'

red 153 ◦ green 71 ◦ blue 112

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

Shades of Cadillac #994770

Tints of Cadillac #994770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 45.54%
G = 21.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#994770 (or 0x994770) is known color: Cadillac. HEX triplet: 99, 47 and 70. RGB value is (153,71,112). Sum of RGB (Red+Green+Blue) = 153+71+112=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994770 is #66B88F. Grayscale: #646464. Windows color (decimal): -6731920 or 7358361. OLE color: 7358361.

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

Color convert

RGB 153 71 112 -
CMYK 0 0.54 0.27 0.4
HSL 330º 0.37% 0.44% -
HSV(B) 330º 0.54% 0.6% -
XYZ 18.31 12.45 16.77 -
YUV 100.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 153 71 112 0 0.54 0.27 0.4 330 0.37 0.44
Hex 99 47 70 0 36 1B 28 14A 25 2C
Octal 231 107 160 0 66 33 50 512 45 54
Binary 10011001 1000111 1110000 0 110110 11011 101000 101001010 100101 101100

Color Harmonies of #994770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994770

Black with #994770

Text Example


Text Example

White with #994770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994770; }

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

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

background-color css

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

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

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

border-color css

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

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

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