Html Css Color HEX #994671 Cadillac

📋 copy color: '#994671'

red 153 ◦ green 70 ◦ blue 113

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

Shades of Cadillac #994671

Tints of Cadillac #994671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 45.54%
G = 20.83%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#994671 (or 0x994671) is known color: Cadillac. HEX triplet: 99, 46 and 71. RGB value is (153,70,113). Sum of RGB (Red+Green+Blue) = 153+70+113=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994671 is #66B98E. Grayscale: #636363. Windows color (decimal): -6732175 or 7423641. OLE color: 7423641.

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

Color convert

RGB 153 70 113 -
CMYK 0 0.54 0.26 0.4
HSL 328.92º 0.37% 0.44% -
HSV(B) 328.92º 0.54% 0.6% -
XYZ 18.31 12.34 17.04 -
YUV 99.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 153 70 113 0 0.54 0.26 0.4 328.92 0.37 0.44
Hex 99 46 71 0 36 1A 28 149 25 2C
Octal 231 106 161 0 66 32 50 511 45 54
Binary 10011001 1000110 1110001 0 110110 11010 101000 101001001 100101 101100

Color Harmonies of #994671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994671

Black with #994671

Text Example


Text Example

White with #994671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994671; }

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

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

background-color css

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

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

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

border-color css

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

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

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