Html Css Color HEX #994659 Cadillac

📋 copy color: '#994659'

red 153 ◦ green 70 ◦ blue 89

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

Shades of Cadillac #994659

Tints of Cadillac #994659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 49.04%
G = 22.44%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#994659 (or 0x994659) is known color: Cadillac. HEX triplet: 99, 46 and 59. RGB value is (153,70,89). Sum of RGB (Red+Green+Blue) = 153+70+89=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #994659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994659 is #66B9A6. Grayscale: #606060. Windows color (decimal): -6732199 or 5850777. OLE color: 5850777.

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

Color convert

RGB 153 70 89 -
CMYK 0 0.54 0.42 0.4
HSL 346.27º 0.37% 0.44% -
HSV(B) 346.27º 0.54% 0.6% -
XYZ 17.13 11.87 10.84 -
YUV 96.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 153 70 89 0 0.54 0.42 0.4 346.27 0.37 0.44
Hex 99 46 59 0 36 2A 28 15A 25 2C
Octal 231 106 131 0 66 52 50 532 45 54
Binary 10011001 1000110 1011001 0 110110 101010 101000 101011010 100101 101100

Color Harmonies of #994659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994659

Black with #994659

Text Example


Text Example

White with #994659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994659; }

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

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

background-color css

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

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

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

border-color css

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

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

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