Html Css Color HEX #96476F Cadillac

📋 copy color: '#96476F'

red 150 ◦ green 71 ◦ blue 111

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

Shades of Cadillac #96476F

Tints of Cadillac #96476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 45.18%
G = 21.39%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96476F (or 0x96476F) is known color: Cadillac. HEX triplet: 96, 47 and 6F. RGB value is (150,71,111). Sum of RGB (Red+Green+Blue) = 150+71+111=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476F is #69B890. Grayscale: #636363. Windows color (decimal): -6928529 or 7292822. OLE color: 7292822.

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

Color convert

RGB 150 71 111 -
CMYK 0 0.53 0.26 0.41
HSL 329.62º 0.36% 0.43% -
HSV(B) 329.62º 0.53% 0.59% -
XYZ 17.7 12.14 16.45 -
YUV 99.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 150 71 111 0 0.53 0.26 0.41 329.62 0.36 0.43
Hex 96 47 6F 0 35 1A 29 14A 24 2B
Octal 226 107 157 0 65 32 51 512 44 53
Binary 10010110 1000111 1101111 0 110101 11010 101001 101001010 100100 101011

Color Harmonies of #96476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96476F

Black with #96476F

Text Example


Text Example

White with #96476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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