Html Css Color HEX #96466F Cadillac

📋 copy color: '#96466F'

red 150 ◦ green 70 ◦ blue 111

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

Shades of Cadillac #96466F

Tints of Cadillac #96466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 45.32%
G = 21.15%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96466F (or 0x96466F) is known color: Cadillac. HEX triplet: 96, 46 and 6F. RGB value is (150,70,111). Sum of RGB (Red+Green+Blue) = 150+70+111=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96466F is #69B990. Grayscale: #626262. Windows color (decimal): -6928785 or 7292566. OLE color: 7292566.

HSL color Cylindrical-coordinate representation of color #96466F: hue angle of 329.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96466F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 111 -
CMYK 0 0.53 0.26 0.41
HSL 329.25º 0.36% 0.43% -
HSV(B) 329.25º 0.53% 0.59% -
XYZ 17.64 12.01 16.43 -
YUV 98.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 150 70 111 0 0.53 0.26 0.41 329.25 0.36 0.43
Hex 96 46 6F 0 35 1A 29 149 24 2B
Octal 226 106 157 0 65 32 51 511 44 53
Binary 10010110 1000110 1101111 0 110101 11010 101001 101001001 100100 101011

Color Harmonies of #96466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96466F

Black with #96466F

Text Example


Text Example

White with #96466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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