Html Css Color HEX #9B465E Cadillac

📋 copy color: '#9B465E'

red 155 ◦ green 70 ◦ blue 94

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

Shades of Cadillac #9B465E

Tints of Cadillac #9B465E

RGB

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

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

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

R = 48.59%
G = 21.94%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B465E (or 0x9B465E) is known color: Cadillac. HEX triplet: 9B, 46 and 5E. RGB value is (155,70,94). Sum of RGB (Red+Green+Blue) = 155+70+94=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B465E is #64B9A1. Grayscale: #626262. Windows color (decimal): -6601122 or 6178459. OLE color: 6178459.

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

Color convert

RGB 155 70 94 -
CMYK 0 0.55 0.39 0.39
HSL 343.06º 0.38% 0.44% -
HSV(B) 343.06º 0.55% 0.61% -
XYZ 17.73 12.16 12 -
YUV 98.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 155 70 94 0 0.55 0.39 0.39 343.06 0.38 0.44
Hex 9B 46 5E 0 37 27 27 157 26 2C
Octal 233 106 136 0 67 47 47 527 46 54
Binary 10011011 1000110 1011110 0 110111 100111 100111 101010111 100110 101100

Color Harmonies of #9B465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B465E

Black with #9B465E

Text Example


Text Example

White with #9B465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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