Html Css Color HEX #96476E Cadillac

📋 copy color: '#96476E'

red 150 ◦ green 71 ◦ blue 110

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

Shades of Cadillac #96476E

Tints of Cadillac #96476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 45.32%
G = 21.45%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96476E (or 0x96476E) is known color: Cadillac. HEX triplet: 96, 47 and 6E. RGB value is (150,71,110). Sum of RGB (Red+Green+Blue) = 150+71+110=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476E is #69B891. Grayscale: #626262. Windows color (decimal): -6928530 or 7227286. OLE color: 7227286.

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

Color convert

RGB 150 71 110 -
CMYK 0 0.53 0.27 0.41
HSL 330.38º 0.36% 0.43% -
HSV(B) 330.38º 0.53% 0.59% -
XYZ 17.65 12.12 16.16 -
YUV 99.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 150 71 110 0 0.53 0.27 0.41 330.38 0.36 0.43
Hex 96 47 6E 0 35 1B 29 14A 24 2B
Octal 226 107 156 0 65 33 51 512 44 53
Binary 10010110 1000111 1101110 0 110101 11011 101001 101001010 100100 101011

Color Harmonies of #96476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96476E

Black with #96476E

Text Example


Text Example

White with #96476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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