Html Css Color HEX #9B465C Cadillac

📋 copy color: '#9B465C'

red 155 ◦ green 70 ◦ blue 92

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

Shades of Cadillac #9B465C

Tints of Cadillac #9B465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 48.9%
G = 22.08%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B465C (or 0x9B465C) is known color: Cadillac. HEX triplet: 9B, 46 and 5C. RGB value is (155,70,92). Sum of RGB (Red+Green+Blue) = 155+70+92=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B465C is #64B9A3. Grayscale: #616161. Windows color (decimal): -6601124 or 6047387. OLE color: 6047387.

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

Color convert

RGB 155 70 92 -
CMYK 0 0.55 0.41 0.39
HSL 344.47º 0.38% 0.44% -
HSV(B) 344.47º 0.55% 0.61% -
XYZ 17.64 12.12 11.54 -
YUV 97.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 155 70 92 0 0.55 0.41 0.39 344.47 0.38 0.44
Hex 9B 46 5C 0 37 29 27 158 26 2C
Octal 233 106 134 0 67 51 47 530 46 54
Binary 10011011 1000110 1011100 0 110111 101001 100111 101011000 100110 101100

Color Harmonies of #9B465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B465C

Black with #9B465C

Text Example


Text Example

White with #9B465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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