Html Css Color HEX #994758 Cadillac

📋 copy color: '#994758'

red 153 ◦ green 71 ◦ blue 88

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

Shades of Cadillac #994758

Tints of Cadillac #994758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 49.04%
G = 22.76%
B = 28.21%

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

#994758 (or 0x994758) is known color: Cadillac. HEX triplet: 99, 47 and 58. RGB value is (153,71,88). Sum of RGB (Red+Green+Blue) = 153+71+88=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #994758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994758 is #66B8A7. Grayscale: #616161. Windows color (decimal): -6731944 or 5785497. OLE color: 5785497.

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

Color convert

RGB 153 71 88 -
CMYK 0 0.54 0.42 0.4
HSL 347.56º 0.37% 0.44% -
HSV(B) 347.56º 0.54% 0.6% -
XYZ 17.15 11.98 10.64 -
YUV 97.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 153 71 88 0 0.54 0.42 0.4 347.56 0.37 0.44
Hex 99 47 58 0 36 2A 28 15C 25 2C
Octal 231 107 130 0 66 52 50 534 45 54
Binary 10011001 1000111 1011000 0 110110 101010 101000 101011100 100101 101100

Color Harmonies of #994758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994758

Black with #994758

Text Example


Text Example

White with #994758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994758; }

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

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

background-color css

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

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

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

border-color css

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

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

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