Html Css Color HEX #994B77 Cadillac

📋 copy color: '#994B77'

red 153 ◦ green 75 ◦ blue 119

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

Shades of Cadillac #994B77

Tints of Cadillac #994B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 44.09%
G = 21.61%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994B77 (or 0x994B77) is known color: Cadillac. HEX triplet: 99, 4B and 77. RGB value is (153,75,119). Sum of RGB (Red+Green+Blue) = 153+75+119=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #994B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B77 is #66B488. Grayscale: #676767. Windows color (decimal): -6730889 or 7818137. OLE color: 7818137.

HSL color Cylindrical-coordinate representation of color #994B77: hue angle of 326.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B77 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 75 119 -
CMYK 0 0.51 0.22 0.4
HSL 326.15º 0.34% 0.45% -
HSV(B) 326.15º 0.51% 0.6% -
XYZ 18.98 13.14 18.99 -
YUV 103.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 153 75 119 0 0.51 0.22 0.4 326.15 0.34 0.45
Hex 99 4B 77 0 33 16 28 146 22 2D
Octal 231 113 167 0 63 26 50 506 42 55
Binary 10011001 1001011 1110111 0 110011 10110 101000 101000110 100010 101101

Color Harmonies of #994B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B77

Black with #994B77

Text Example


Text Example

White with #994B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994B77; }

 p { color: rgb(153,75,119); }

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

background-color css

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

 a { background-color: rgb(153,75,119); }

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

border-color css

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

 span { border-color: rgb(153,75,119); }

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