Html Css Color HEX #96486C Cadillac

📋 copy color: '#96486C'

red 150 ◦ green 72 ◦ blue 108

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

Shades of Cadillac #96486C

Tints of Cadillac #96486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 45.45%
G = 21.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96486C (or 0x96486C) is known color: Cadillac. HEX triplet: 96, 48 and 6C. RGB value is (150,72,108). Sum of RGB (Red+Green+Blue) = 150+72+108=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486C is #69B793. Grayscale: #636363. Windows color (decimal): -6928276 or 7096470. OLE color: 7096470.

HSL color Cylindrical-coordinate representation of color #96486C: hue angle of 332.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96486C is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 108 -
CMYK 0 0.52 0.28 0.41
HSL 332.31º 0.35% 0.44% -
HSV(B) 332.31º 0.52% 0.59% -
XYZ 17.6 12.2 15.61 -
YUV 99.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 150 72 108 0 0.52 0.28 0.41 332.31 0.35 0.44
Hex 96 48 6C 0 34 1C 29 14C 23 2C
Octal 226 110 154 0 64 34 51 514 43 54
Binary 10010110 1001000 1101100 0 110100 11100 101001 101001100 100011 101100

Color Harmonies of #96486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96486C

Black with #96486C

Text Example


Text Example

White with #96486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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