Html Css Color HEX #994B6E Cadillac

📋 copy color: '#994B6E'

red 153 ◦ green 75 ◦ blue 110

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

Shades of Cadillac #994B6E

Tints of Cadillac #994B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 45.27%
G = 22.19%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#994B6E (or 0x994B6E) is known color: Cadillac. HEX triplet: 99, 4B and 6E. RGB value is (153,75,110). Sum of RGB (Red+Green+Blue) = 153+75+110=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B6E is #66B491. Grayscale: #666666. Windows color (decimal): -6730898 or 7228313. OLE color: 7228313.

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

Color convert

RGB 153 75 110 -
CMYK 0 0.51 0.28 0.4
HSL 333.08º 0.34% 0.45% -
HSV(B) 333.08º 0.51% 0.6% -
XYZ 18.47 12.93 16.27 -
YUV 102.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 153 75 110 0 0.51 0.28 0.4 333.08 0.34 0.45
Hex 99 4B 6E 0 33 1C 28 14D 22 2D
Octal 231 113 156 0 63 34 50 515 42 55
Binary 10011001 1001011 1101110 0 110011 11100 101000 101001101 100010 101101

Color Harmonies of #994B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B6E

Black with #994B6E

Text Example


Text Example

White with #994B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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