Html Css Color HEX #9B466F Cadillac

📋 copy color: '#9B466F'

red 155 ◦ green 70 ◦ blue 111

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

Shades of Cadillac #9B466F

Tints of Cadillac #9B466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 46.13%
G = 20.83%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B466F (or 0x9B466F) is known color: Cadillac. HEX triplet: 9B, 46 and 6F. RGB value is (155,70,111). Sum of RGB (Red+Green+Blue) = 155+70+111=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466F is #64B990. Grayscale: #646464. Windows color (decimal): -6601105 or 7292571. OLE color: 7292571.

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

Color convert

RGB 155 70 111 -
CMYK 0 0.55 0.28 0.39
HSL 331.06º 0.38% 0.44% -
HSV(B) 331.06º 0.55% 0.61% -
XYZ 18.58 12.5 16.47 -
YUV 100.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 155 70 111 0 0.55 0.28 0.39 331.06 0.38 0.44
Hex 9B 46 6F 0 37 1C 27 14B 26 2C
Octal 233 106 157 0 67 34 47 513 46 54
Binary 10011011 1000110 1101111 0 110111 11100 100111 101001011 100110 101100

Color Harmonies of #9B466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B466F

Black with #9B466F

Text Example


Text Example

White with #9B466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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