Html Css Color HEX #9B495D Cadillac

📋 copy color: '#9B495D'

red 155 ◦ green 73 ◦ blue 93

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

Shades of Cadillac #9B495D

Tints of Cadillac #9B495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 48.29%
G = 22.74%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B495D (or 0x9B495D) is known color: Cadillac. HEX triplet: 9B, 49 and 5D. RGB value is (155,73,93). Sum of RGB (Red+Green+Blue) = 155+73+93=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B495D is #64B6A2. Grayscale: #636363. Windows color (decimal): -6600355 or 6113691. OLE color: 6113691.

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

Color convert

RGB 155 73 93 -
CMYK 0 0.53 0.4 0.39
HSL 345.37º 0.36% 0.45% -
HSV(B) 345.37º 0.53% 0.61% -
XYZ 17.88 12.52 11.83 -
YUV 99.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 155 73 93 0 0.53 0.4 0.39 345.37 0.36 0.45
Hex 9B 49 5D 0 35 28 27 159 24 2D
Octal 233 111 135 0 65 50 47 531 44 55
Binary 10011011 1001001 1011101 0 110101 101000 100111 101011001 100100 101101

Color Harmonies of #9B495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B495D

Black with #9B495D

Text Example


Text Example

White with #9B495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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