Html Css Color HEX #96416E Cadillac

📋 copy color: '#96416E'

red 150 ◦ green 65 ◦ blue 110

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

Shades of Cadillac #96416E

Tints of Cadillac #96416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 46.15%
G = 20%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96416E (or 0x96416E) is known color: Cadillac. HEX triplet: 96, 41 and 6E. RGB value is (150,65,110). Sum of RGB (Red+Green+Blue) = 150+65+110=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96416E is #69BE91. Grayscale: #5F5F5F. Windows color (decimal): -6930066 or 7225750. OLE color: 7225750.

HSL color Cylindrical-coordinate representation of color #96416E: hue angle of 328.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96416E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 110 -
CMYK 0 0.57 0.27 0.41
HSL 328.24º 0.4% 0.42% -
HSV(B) 328.24º 0.57% 0.59% -
XYZ 17.28 11.39 16.04 -
YUV 95.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 150 65 110 0 0.57 0.27 0.41 328.24 0.4 0.42
Hex 96 41 6E 0 39 1B 29 148 28 2A
Octal 226 101 156 0 71 33 51 510 50 52
Binary 10010110 1000001 1101110 0 111001 11011 101001 101001000 101000 101010

Color Harmonies of #96416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96416E

Black with #96416E

Text Example


Text Example

White with #96416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96416E; }

 p { color: rgb(150,65,110); }

 H1.HeaderClassName
 {
   color: #96416E;
 }
 .AnyTagClassName
 {
   color: #96416E;
 }
</style>

background-color css

<style>
 a { background-color: #96416E; }

 a { background-color: rgb(150,65,110); }

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

border-color css

<style>
 span { border-color: #96416E; }

 span { border-color: rgb(150,65,110); }

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