Html Css Color HEX #96446C Cadillac

📋 copy color: '#96446C'

red 150 ◦ green 68 ◦ blue 108

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

Shades of Cadillac #96446C

Tints of Cadillac #96446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 46.01%
G = 20.86%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96446C (or 0x96446C) is known color: Cadillac. HEX triplet: 96, 44 and 6C. RGB value is (150,68,108). Sum of RGB (Red+Green+Blue) = 150+68+108=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96446C is #69BB93. Grayscale: #616161. Windows color (decimal): -6929300 or 7095446. OLE color: 7095446.

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

Color convert

RGB 150 68 108 -
CMYK 0 0.55 0.28 0.41
HSL 330.73º 0.38% 0.43% -
HSV(B) 330.73º 0.55% 0.59% -
XYZ 17.35 11.7 15.53 -
YUV 97.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 150 68 108 0 0.55 0.28 0.41 330.73 0.38 0.43
Hex 96 44 6C 0 37 1C 29 14B 26 2B
Octal 226 104 154 0 67 34 51 513 46 53
Binary 10010110 1000100 1101100 0 110111 11100 101001 101001011 100110 101011

Color Harmonies of #96446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96446C

Black with #96446C

Text Example


Text Example

White with #96446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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