Html Css Color HEX #994464 Cadillac

📋 copy color: '#994464'

red 153 ◦ green 68 ◦ blue 100

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

Shades of Cadillac #994464

Tints of Cadillac #994464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 47.66%
G = 21.18%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#994464 (or 0x994464) is known color: Cadillac. HEX triplet: 99, 44 and 64. RGB value is (153,68,100). Sum of RGB (Red+Green+Blue) = 153+68+100=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994464 is #66BB9B. Grayscale: #616161. Windows color (decimal): -6732700 or 6571161. OLE color: 6571161.

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

Color convert

RGB 153 68 100 -
CMYK 0 0.56 0.35 0.4
HSL 337.41º 0.38% 0.43% -
HSV(B) 337.41º 0.56% 0.6% -
XYZ 17.5 11.83 13.42 -
YUV 97.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 153 68 100 0 0.56 0.35 0.4 337.41 0.38 0.43
Hex 99 44 64 0 38 23 28 151 26 2B
Octal 231 104 144 0 70 43 50 521 46 53
Binary 10011001 1000100 1100100 0 111000 100011 101000 101010001 100110 101011

Color Harmonies of #994464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994464

Black with #994464

Text Example


Text Example

White with #994464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994464; }

 p { color: rgb(153,68,100); }

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

background-color css

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

 a { background-color: rgb(153,68,100); }

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

border-color css

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

 span { border-color: rgb(153,68,100); }

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