Html Css Color HEX #994670 Cadillac

📋 copy color: '#994670'

red 153 ◦ green 70 ◦ blue 112

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

Shades of Cadillac #994670

Tints of Cadillac #994670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 45.67%
G = 20.9%
B = 33.43%

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

#994670 (or 0x994670) is known color: Cadillac. HEX triplet: 99, 46 and 70. RGB value is (153,70,112). Sum of RGB (Red+Green+Blue) = 153+70+112=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #994670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994670 is #66B98F. Grayscale: #636363. Windows color (decimal): -6732176 or 7358105. OLE color: 7358105.

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

Color convert

RGB 153 70 112 -
CMYK 0 0.54 0.27 0.4
HSL 329.64º 0.37% 0.44% -
HSV(B) 329.64º 0.54% 0.6% -
XYZ 18.25 12.32 16.75 -
YUV 99.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 153 70 112 0 0.54 0.27 0.4 329.64 0.37 0.44
Hex 99 46 70 0 36 1B 28 14A 25 2C
Octal 231 106 160 0 66 33 50 512 45 54
Binary 10011001 1000110 1110000 0 110110 11011 101000 101001010 100101 101100

Color Harmonies of #994670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994670

Black with #994670

Text Example


Text Example

White with #994670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994670; }

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

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

background-color css

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

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

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

border-color css

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

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

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