Html Css Color HEX #96446F Cadillac

📋 copy color: '#96446F'

red 150 ◦ green 68 ◦ blue 111

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

Shades of Cadillac #96446F

Tints of Cadillac #96446F

RGB

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

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

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

R = 45.59%
G = 20.67%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96446F (or 0x96446F) is known color: Cadillac. HEX triplet: 96, 44 and 6F. RGB value is (150,68,111). Sum of RGB (Red+Green+Blue) = 150+68+111=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96446F is #69BB90. Grayscale: #616161. Windows color (decimal): -6929297 or 7292054. OLE color: 7292054.

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

Color convert

RGB 150 68 111 -
CMYK 0 0.55 0.26 0.41
HSL 328.54º 0.38% 0.43% -
HSV(B) 328.54º 0.55% 0.59% -
XYZ 17.51 11.77 16.39 -
YUV 97.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 150 68 111 0 0.55 0.26 0.41 328.54 0.38 0.43
Hex 96 44 6F 0 37 1A 29 149 26 2B
Octal 226 104 157 0 67 32 51 511 46 53
Binary 10010110 1000100 1101111 0 110111 11010 101001 101001001 100110 101011

Color Harmonies of #96446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96446F

Black with #96446F

Text Example


Text Example

White with #96446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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