Html Css Color HEX #9B476B Cadillac

📋 copy color: '#9B476B'

red 155 ◦ green 71 ◦ blue 107

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

Shades of Cadillac #9B476B

Tints of Cadillac #9B476B

RGB

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

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

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

R = 46.55%
G = 21.32%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B476B (or 0x9B476B) is known color: Cadillac. HEX triplet: 9B, 47 and 6B. RGB value is (155,71,107). Sum of RGB (Red+Green+Blue) = 155+71+107=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B476B is #64B894. Grayscale: #646464. Windows color (decimal): -6600853 or 7030683. OLE color: 7030683.

HSL color Cylindrical-coordinate representation of color #9B476B: hue angle of 334.29º 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 #9B476B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 107 -
CMYK 0 0.54 0.31 0.39
HSL 334.29º 0.37% 0.44% -
HSV(B) 334.29º 0.54% 0.61% -
XYZ 18.42 12.54 15.36 -
YUV 100.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 155 71 107 0 0.54 0.31 0.39 334.29 0.37 0.44
Hex 9B 47 6B 0 36 1F 27 14E 25 2C
Octal 233 107 153 0 66 37 47 516 45 54
Binary 10011011 1000111 1101011 0 110110 11111 100111 101001110 100101 101100

Color Harmonies of #9B476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B476B

Black with #9B476B

Text Example


Text Example

White with #9B476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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