Html Css Color HEX #9B476D Cadillac

📋 copy color: '#9B476D'

red 155 ◦ green 71 ◦ blue 109

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

Shades of Cadillac #9B476D

Tints of Cadillac #9B476D

RGB

 RED value IS 155 (60.94% from 255) = 46.27%

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 46.27%
G = 21.19%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B476D (or 0x9B476D) is known color: Cadillac. HEX triplet: 9B, 47 and 6D. RGB value is (155,71,109). Sum of RGB (Red+Green+Blue) = 155+71+109=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B476D is #64B892. Grayscale: #646464. Windows color (decimal): -6600851 or 7161755. OLE color: 7161755.

HSL color Cylindrical-coordinate representation of color #9B476D: hue angle of 332.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B476D is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 109 -
CMYK 0 0.54 0.30 0.39
HSL 332.86º 0.37% 0.44% -
HSV(B) 332.86º 0.54% 0.61% -
XYZ 18.53 12.58 15.92 -
YUV 100.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 155 71 109 0 0.54 0.30 0.39 332.86 0.37 0.44
Hex 9B 47 6D 0 36 1E 27 14D 25 2C
Octal 233 107 155 0 66 36 47 515 45 54
Binary 10011011 1000111 1101101 0 110110 11110 100111 101001101 100101 101100

Color Harmonies of #9B476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B476D

Black with #9B476D

Text Example


Text Example

White with #9B476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B476D; }

 p { color: rgb(155,71,109); }

 H1.HeaderClassName
 {
   color: #9B476D;
 }
 .AnyTagClassName
 {
   color: #9B476D;
 }
</style>

background-color css

<style>
 a { background-color: #9B476D; }

 a { background-color: rgb(155,71,109); }

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

border-color css

<style>
 span { border-color: #9B476D; }

 span { border-color: rgb(155,71,109); }

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