Html Css Color HEX #9B4A6F Cadillac

📋 copy color: '#9B4A6F'

red 155 ◦ green 74 ◦ blue 111

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

Shades of Cadillac #9B4A6F

Tints of Cadillac #9B4A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 45.59%
G = 21.76%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B4A6F (or 0x9B4A6F) is known color: Cadillac. HEX triplet: 9B, 4A and 6F. RGB value is (155,74,111). Sum of RGB (Red+Green+Blue) = 155+74+111=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A6F is #64B590. Grayscale: #666666. Windows color (decimal): -6600081 or 7293595. OLE color: 7293595.

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

Color convert

RGB 155 74 111 -
CMYK 0 0.52 0.28 0.39
HSL 332.59º 0.35% 0.45% -
HSV(B) 332.59º 0.52% 0.61% -
XYZ 18.84 13.01 16.56 -
YUV 102.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 155 74 111 0 0.52 0.28 0.39 332.59 0.35 0.45
Hex 9B 4A 6F 0 34 1C 27 14D 23 2D
Octal 233 112 157 0 64 34 47 515 43 55
Binary 10011011 1001010 1101111 0 110100 11100 100111 101001101 100011 101101

Color Harmonies of #9B4A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A6F

Black with #9B4A6F

Text Example


Text Example

White with #9B4A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,111); }

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

background-color css

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

 a { background-color: rgb(155,74,111); }

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

border-color css

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

 span { border-color: rgb(155,74,111); }

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