Html Css Color HEX #994D6F Cadillac

📋 copy color: '#994D6F'

red 153 ◦ green 77 ◦ blue 111

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

Shades of Cadillac #994D6F

Tints of Cadillac #994D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 44.87%
G = 22.58%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#994D6F (or 0x994D6F) is known color: Cadillac. HEX triplet: 99, 4D and 6F. RGB value is (153,77,111). Sum of RGB (Red+Green+Blue) = 153+77+111=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D6F is #66B290. Grayscale: #676767. Windows color (decimal): -6730385 or 7294361. OLE color: 7294361.

HSL color Cylindrical-coordinate representation of color #994D6F: hue angle of 333.16º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D6F is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 111 -
CMYK 0 0.50 0.27 0.4
HSL 333.16º 0.33% 0.45% -
HSV(B) 333.16º 0.5% 0.6% -
XYZ 18.66 13.23 16.61 -
YUV 103.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 153 77 111 0 0.50 0.27 0.4 333.16 0.33 0.45
Hex 99 4D 6F 0 32 1B 28 14D 21 2D
Octal 231 115 157 0 62 33 50 515 41 55
Binary 10011001 1001101 1101111 0 110010 11011 101000 101001101 100001 101101

Color Harmonies of #994D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D6F

Black with #994D6F

Text Example


Text Example

White with #994D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,77,111); }

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

background-color css

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

 a { background-color: rgb(153,77,111); }

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

border-color css

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

 span { border-color: rgb(153,77,111); }

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