Html Css Color HEX #96475F Cadillac

📋 copy color: '#96475F'

red 150 ◦ green 71 ◦ blue 95

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

Shades of Cadillac #96475F

Tints of Cadillac #96475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 47.47%
G = 22.47%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96475F (or 0x96475F) is known color: Cadillac. HEX triplet: 96, 47 and 5F. RGB value is (150,71,95). Sum of RGB (Red+Green+Blue) = 150+71+95=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96475F is #69B8A0. Grayscale: #616161. Windows color (decimal): -6928545 or 6244246. OLE color: 6244246.

HSL color Cylindrical-coordinate representation of color #96475F: hue angle of 341.77º 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 #96475F is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 95 -
CMYK 0 0.53 0.37 0.41
HSL 341.77º 0.36% 0.43% -
HSV(B) 341.77º 0.53% 0.59% -
XYZ 16.9 11.82 12.22 -
YUV 97.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 150 71 95 0 0.53 0.37 0.41 341.77 0.36 0.43
Hex 96 47 5F 0 35 25 29 156 24 2B
Octal 226 107 137 0 65 45 51 526 44 53
Binary 10010110 1000111 1011111 0 110101 100101 101001 101010110 100100 101011

Color Harmonies of #96475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96475F

Black with #96475F

Text Example


Text Example

White with #96475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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