Html Css Color HEX #96485D Cadillac

📋 copy color: '#96485D'

red 150 ◦ green 72 ◦ blue 93

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

Shades of Cadillac #96485D

Tints of Cadillac #96485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 47.62%
G = 22.86%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96485D (or 0x96485D) is known color: Cadillac. HEX triplet: 96, 48 and 5D. RGB value is (150,72,93). Sum of RGB (Red+Green+Blue) = 150+72+93=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96485D is #69B7A2. Grayscale: #616161. Windows color (decimal): -6928291 or 6113430. OLE color: 6113430.

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

Color convert

RGB 150 72 93 -
CMYK 0 0.52 0.38 0.41
HSL 343.85º 0.35% 0.44% -
HSV(B) 343.85º 0.52% 0.59% -
XYZ 16.87 11.91 11.77 -
YUV 97.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 150 72 93 0 0.52 0.38 0.41 343.85 0.35 0.44
Hex 96 48 5D 0 34 26 29 158 23 2C
Octal 226 110 135 0 64 46 51 530 43 54
Binary 10010110 1001000 1011101 0 110100 100110 101001 101011000 100011 101100

Color Harmonies of #96485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96485D

Black with #96485D

Text Example


Text Example

White with #96485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96485D; }

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

 H1.HeaderClassName
 {
   color: #96485D;
 }
 .AnyTagClassName
 {
   color: #96485D;
 }
</style>

background-color css

<style>
 a { background-color: #96485D; }

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

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

border-color css

<style>
 span { border-color: #96485D; }

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

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