Html Css Color HEX #9B4464 Cadillac

📋 copy color: '#9B4464'

red 155 ◦ green 68 ◦ blue 100

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

Shades of Cadillac #9B4464

Tints of Cadillac #9B4464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 47.99%
G = 21.05%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B4464 (or 0x9B4464) is known color: Cadillac. HEX triplet: 9B, 44 and 64. RGB value is (155,68,100). Sum of RGB (Red+Green+Blue) = 155+68+100=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4464 is #64BB9B. Grayscale: #616161. Windows color (decimal): -6601628 or 6571163. OLE color: 6571163.

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

Color convert

RGB 155 68 100 -
CMYK 0 0.56 0.35 0.39
HSL 337.93º 0.39% 0.44% -
HSV(B) 337.93º 0.56% 0.61% -
XYZ 17.88 12.02 13.43 -
YUV 97.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 155 68 100 0 0.56 0.35 0.39 337.93 0.39 0.44
Hex 9B 44 64 0 38 23 27 152 27 2C
Octal 233 104 144 0 70 43 47 522 47 54
Binary 10011011 1000100 1100100 0 111000 100011 100111 101010010 100111 101100

Color Harmonies of #9B4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4464

Black with #9B4464

Text Example


Text Example

White with #9B4464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,100); }

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

background-color css

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

 a { background-color: rgb(155,68,100); }

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

border-color css

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

 span { border-color: rgb(155,68,100); }

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