Html Css Color HEX #96496D Cadillac

📋 copy color: '#96496D'

red 150 ◦ green 73 ◦ blue 109

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

Shades of Cadillac #96496D

Tints of Cadillac #96496D

RGB

 RED value IS 150 (58.98% from 255) = 45.18%

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

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

R = 45.18%
G = 21.99%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96496D (or 0x96496D) is known color: Cadillac. HEX triplet: 96, 49 and 6D. RGB value is (150,73,109). Sum of RGB (Red+Green+Blue) = 150+73+109=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96496D is #69B692. Grayscale: #646464. Windows color (decimal): -6928019 or 7162262. OLE color: 7162262.

HSL color Cylindrical-coordinate representation of color #96496D: hue angle of 331.95º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96496D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 109 -
CMYK 0 0.51 0.27 0.41
HSL 331.95º 0.35% 0.44% -
HSV(B) 331.95º 0.51% 0.59% -
XYZ 17.72 12.35 15.92 -
YUV 100.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 150 73 109 0 0.51 0.27 0.41 331.95 0.35 0.44
Hex 96 49 6D 0 33 1B 29 14C 23 2C
Octal 226 111 155 0 63 33 51 514 43 54
Binary 10010110 1001001 1101101 0 110011 11011 101001 101001100 100011 101100

Color Harmonies of #96496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96496D

Black with #96496D

Text Example


Text Example

White with #96496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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