Html Css Color HEX #96446E Cadillac

📋 copy color: '#96446E'

red 150 ◦ green 68 ◦ blue 110

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

Shades of Cadillac #96446E

Tints of Cadillac #96446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 45.73%
G = 20.73%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96446E (or 0x96446E) is known color: Cadillac. HEX triplet: 96, 44 and 6E. RGB value is (150,68,110). Sum of RGB (Red+Green+Blue) = 150+68+110=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96446E is #69BB91. Grayscale: #616161. Windows color (decimal): -6929298 or 7226518. OLE color: 7226518.

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

Color convert

RGB 150 68 110 -
CMYK 0 0.55 0.27 0.41
HSL 329.27º 0.38% 0.43% -
HSV(B) 329.27º 0.55% 0.59% -
XYZ 17.46 11.74 16.1 -
YUV 97.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 150 68 110 0 0.55 0.27 0.41 329.27 0.38 0.43
Hex 96 44 6E 0 37 1B 29 149 26 2B
Octal 226 104 156 0 67 33 51 511 46 53
Binary 10010110 1000100 1101110 0 110111 11011 101001 101001001 100110 101011

Color Harmonies of #96446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96446E

Black with #96446E

Text Example


Text Example

White with #96446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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