Html Css Color HEX #96475D Cadillac

📋 copy color: '#96475D'

red 150 ◦ green 71 ◦ blue 93

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

Shades of Cadillac #96475D

Tints of Cadillac #96475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

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

R = 47.77%
G = 22.61%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96475D (or 0x96475D) is known color: Cadillac. HEX triplet: 96, 47 and 5D. RGB value is (150,71,93). Sum of RGB (Red+Green+Blue) = 150+71+93=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96475D is #69B8A2. Grayscale: #616161. Windows color (decimal): -6928547 or 6113174. OLE color: 6113174.

HSL color Cylindrical-coordinate representation of color #96475D: hue angle of 343.29º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96475D is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 93 -
CMYK 0 0.53 0.38 0.41
HSL 343.29º 0.36% 0.43% -
HSV(B) 343.29º 0.53% 0.59% -
XYZ 16.81 11.78 11.74 -
YUV 97.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 150 71 93 0 0.53 0.38 0.41 343.29 0.36 0.43
Hex 96 47 5D 0 35 26 29 157 24 2B
Octal 226 107 135 0 65 46 51 527 44 53
Binary 10010110 1000111 1011101 0 110101 100110 101001 101010111 100100 101011

Color Harmonies of #96475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96475D

Black with #96475D

Text Example


Text Example

White with #96475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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