Html Css Color HEX #96496F Cadillac

📋 copy color: '#96496F'

red 150 ◦ green 73 ◦ blue 111

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

Shades of Cadillac #96496F

Tints of Cadillac #96496F

RGB

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

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

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

R = 44.91%
G = 21.86%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96496F (or 0x96496F) is known color: Cadillac. HEX triplet: 96, 49 and 6F. RGB value is (150,73,111). Sum of RGB (Red+Green+Blue) = 150+73+111=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #96496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96496F is #69B690. Grayscale: #646464. Windows color (decimal): -6928017 or 7293334. OLE color: 7293334.

HSL color Cylindrical-coordinate representation of color #96496F: hue angle of 330.39º 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 #96496F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 111 -
CMYK 0 0.51 0.26 0.41
HSL 330.39º 0.35% 0.44% -
HSV(B) 330.39º 0.51% 0.59% -
XYZ 17.83 12.4 16.49 -
YUV 100.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 150 73 111 0 0.51 0.26 0.41 330.39 0.35 0.44
Hex 96 49 6F 0 33 1A 29 14A 23 2C
Octal 226 111 157 0 63 32 51 512 43 54
Binary 10010110 1001001 1101111 0 110011 11010 101001 101001010 100011 101100

Color Harmonies of #96496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96496F

Black with #96496F

Text Example


Text Example

White with #96496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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