Html Css Color HEX #96476B Cadillac

📋 copy color: '#96476B'

red 150 ◦ green 71 ◦ blue 107

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

Shades of Cadillac #96476B

Tints of Cadillac #96476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 45.73%
G = 21.65%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96476B (or 0x96476B) is known color: Cadillac. HEX triplet: 96, 47 and 6B. RGB value is (150,71,107). Sum of RGB (Red+Green+Blue) = 150+71+107=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96476B is #69B894. Grayscale: #626262. Windows color (decimal): -6928533 or 7030678. OLE color: 7030678.

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

Color convert

RGB 150 71 107 -
CMYK 0 0.53 0.29 0.41
HSL 332.66º 0.36% 0.43% -
HSV(B) 332.66º 0.53% 0.59% -
XYZ 17.48 12.05 15.31 -
YUV 98.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 150 71 107 0 0.53 0.29 0.41 332.66 0.36 0.43
Hex 96 47 6B 0 35 1D 29 14D 24 2B
Octal 226 107 153 0 65 35 51 515 44 53
Binary 10010110 1000111 1101011 0 110101 11101 101001 101001101 100100 101011

Color Harmonies of #96476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96476B

Black with #96476B

Text Example


Text Example

White with #96476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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