Html Css Color HEX #994D6C Cadillac

📋 copy color: '#994D6C'

red 153 ◦ green 77 ◦ blue 108

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

Shades of Cadillac #994D6C

Tints of Cadillac #994D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 45.27%
G = 22.78%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#994D6C (or 0x994D6C) is known color: Cadillac. HEX triplet: 99, 4D and 6C. RGB value is (153,77,108). Sum of RGB (Red+Green+Blue) = 153+77+108=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D6C is #66B293. Grayscale: #676767. Windows color (decimal): -6730388 or 7097753. OLE color: 7097753.

HSL color Cylindrical-coordinate representation of color #994D6C: hue angle of 335.53º 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 #994D6C is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 108 -
CMYK 0 0.50 0.29 0.4
HSL 335.53º 0.33% 0.45% -
HSV(B) 335.53º 0.5% 0.6% -
XYZ 18.5 13.16 15.75 -
YUV 103.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 153 77 108 0 0.50 0.29 0.4 335.53 0.33 0.45
Hex 99 4D 6C 0 32 1D 28 150 21 2D
Octal 231 115 154 0 62 35 50 520 41 55
Binary 10011001 1001101 1101100 0 110010 11101 101000 101010000 100001 101101

Color Harmonies of #994D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D6C

Black with #994D6C

Text Example


Text Example

White with #994D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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