Html Css Color HEX #96486B Cadillac

📋 copy color: '#96486B'

red 150 ◦ green 72 ◦ blue 107

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

Shades of Cadillac #96486B

Tints of Cadillac #96486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 45.59%
G = 21.88%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96486B (or 0x96486B) is known color: Cadillac. HEX triplet: 96, 48 and 6B. RGB value is (150,72,107). Sum of RGB (Red+Green+Blue) = 150+72+107=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96486B is #69B794. Grayscale: #636363. Windows color (decimal): -6928277 or 7030934. OLE color: 7030934.

HSL color Cylindrical-coordinate representation of color #96486B: hue angle of 333.08º 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 #96486B is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 107 -
CMYK 0 0.52 0.29 0.41
HSL 333.08º 0.35% 0.44% -
HSV(B) 333.08º 0.52% 0.59% -
XYZ 17.55 12.18 15.34 -
YUV 99.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 150 72 107 0 0.52 0.29 0.41 333.08 0.35 0.44
Hex 96 48 6B 0 34 1D 29 14D 23 2C
Octal 226 110 153 0 64 35 51 515 43 54
Binary 10010110 1001000 1101011 0 110100 11101 101001 101001101 100011 101100

Color Harmonies of #96486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96486B

Black with #96486B

Text Example


Text Example

White with #96486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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