Html Css Color HEX #994970 Cadillac

📋 copy color: '#994970'

red 153 ◦ green 73 ◦ blue 112

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

Shades of Cadillac #994970

Tints of Cadillac #994970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 45.27%
G = 21.6%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#994970 (or 0x994970) is known color: Cadillac. HEX triplet: 99, 49 and 70. RGB value is (153,73,112). Sum of RGB (Red+Green+Blue) = 153+73+112=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994970 is #66B68F. Grayscale: #656565. Windows color (decimal): -6731408 or 7358873. OLE color: 7358873.

HSL color Cylindrical-coordinate representation of color #994970: hue angle of 330.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994970 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 112 -
CMYK 0 0.52 0.27 0.4
HSL 330.75º 0.35% 0.44% -
HSV(B) 330.75º 0.52% 0.6% -
XYZ 18.44 12.71 16.81 -
YUV 101.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 153 73 112 0 0.52 0.27 0.4 330.75 0.35 0.44
Hex 99 49 70 0 34 1B 28 14B 23 2C
Octal 231 111 160 0 64 33 50 513 43 54
Binary 10011001 1001001 1110000 0 110100 11011 101000 101001011 100011 101100

Color Harmonies of #994970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994970

Black with #994970

Text Example


Text Example

White with #994970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994970; }

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

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

background-color css

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

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

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

border-color css

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

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

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