Html Css Color HEX #9B466A Cadillac

📋 copy color: '#9B466A'

red 155 ◦ green 70 ◦ blue 106

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

Shades of Cadillac #9B466A

Tints of Cadillac #9B466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 46.83%
G = 21.15%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B466A (or 0x9B466A) is known color: Cadillac. HEX triplet: 9B, 46 and 6A. RGB value is (155,70,106). Sum of RGB (Red+Green+Blue) = 155+70+106=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466A is #64B995. Grayscale: #636363. Windows color (decimal): -6601110 or 6964891. OLE color: 6964891.

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

Color convert

RGB 155 70 106 -
CMYK 0 0.55 0.32 0.39
HSL 334.59º 0.38% 0.44% -
HSV(B) 334.59º 0.55% 0.61% -
XYZ 18.31 12.39 15.06 -
YUV 99.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 155 70 106 0 0.55 0.32 0.39 334.59 0.38 0.44
Hex 9B 46 6A 0 37 20 27 14F 26 2C
Octal 233 106 152 0 67 40 47 517 46 54
Binary 10011011 1000110 1101010 0 110111 100000 100111 101001111 100110 101100

Color Harmonies of #9B466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B466A

Black with #9B466A

Text Example


Text Example

White with #9B466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,106); }

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

background-color css

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

 a { background-color: rgb(155,70,106); }

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

border-color css

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

 span { border-color: rgb(155,70,106); }

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