Html Css Color HEX #9B495E Cadillac

📋 copy color: '#9B495E'

red 155 ◦ green 73 ◦ blue 94

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

Shades of Cadillac #9B495E

Tints of Cadillac #9B495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 48.14%
G = 22.67%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B495E (or 0x9B495E) is known color: Cadillac. HEX triplet: 9B, 49 and 5E. RGB value is (155,73,94). Sum of RGB (Red+Green+Blue) = 155+73+94=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B495E is #64B6A1. Grayscale: #636363. Windows color (decimal): -6600354 or 6179227. OLE color: 6179227.

HSL color Cylindrical-coordinate representation of color #9B495E: hue angle of 344.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B495E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 94 -
CMYK 0 0.53 0.39 0.39
HSL 344.63º 0.36% 0.45% -
HSV(B) 344.63º 0.53% 0.61% -
XYZ 17.92 12.54 12.07 -
YUV 99.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 155 73 94 0 0.53 0.39 0.39 344.63 0.36 0.45
Hex 9B 49 5E 0 35 27 27 159 24 2D
Octal 233 111 136 0 65 47 47 531 44 55
Binary 10011011 1001001 1011110 0 110101 100111 100111 101011001 100100 101101

Color Harmonies of #9B495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B495E

Black with #9B495E

Text Example


Text Example

White with #9B495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,94); }

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

background-color css

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

 a { background-color: rgb(155,73,94); }

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

border-color css

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

 span { border-color: rgb(155,73,94); }

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