Html Css Color HEX #99496D Cadillac

📋 copy color: '#99496D'

red 153 ◦ green 73 ◦ blue 109

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

Shades of Cadillac #99496D

Tints of Cadillac #99496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 45.67%
G = 21.79%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99496D (or 0x99496D) is known color: Cadillac. HEX triplet: 99, 49 and 6D. RGB value is (153,73,109). Sum of RGB (Red+Green+Blue) = 153+73+109=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99496D is #66B692. Grayscale: #646464. Windows color (decimal): -6731411 or 7162265. OLE color: 7162265.

HSL color Cylindrical-coordinate representation of color #99496D: hue angle of 333º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99496D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 109 -
CMYK 0 0.52 0.29 0.4
HSL 333º 0.35% 0.44% -
HSV(B) 333º 0.52% 0.6% -
XYZ 18.28 12.64 15.94 -
YUV 101.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 153 73 109 0 0.52 0.29 0.4 333 0.35 0.44
Hex 99 49 6D 0 34 1D 28 14D 23 2C
Octal 231 111 155 0 64 35 50 515 43 54
Binary 10011001 1001001 1101101 0 110100 11101 101000 101001101 100011 101100

Color Harmonies of #99496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99496D

Black with #99496D

Text Example


Text Example

White with #99496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99496D; }

 p { color: rgb(153,73,109); }

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

background-color css

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

 a { background-color: rgb(153,73,109); }

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

border-color css

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

 span { border-color: rgb(153,73,109); }

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