Html Css Color HEX #9B4968 Cadillac

📋 copy color: '#9B4968'

red 155 ◦ green 73 ◦ blue 104

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

Shades of Cadillac #9B4968

Tints of Cadillac #9B4968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 46.69%
G = 21.99%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B4968 (or 0x9B4968) is known color: Cadillac. HEX triplet: 9B, 49 and 68. RGB value is (155,73,104). Sum of RGB (Red+Green+Blue) = 155+73+104=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4968 is #64B697. Grayscale: #656565. Windows color (decimal): -6600344 or 6834587. OLE color: 6834587.

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

Color convert

RGB 155 73 104 -
CMYK 0 0.53 0.33 0.39
HSL 337.32º 0.36% 0.45% -
HSV(B) 337.32º 0.53% 0.61% -
XYZ 18.4 12.73 14.58 -
YUV 101.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 155 73 104 0 0.53 0.33 0.39 337.32 0.36 0.45
Hex 9B 49 68 0 35 21 27 151 24 2D
Octal 233 111 150 0 65 41 47 521 44 55
Binary 10011011 1001001 1101000 0 110101 100001 100111 101010001 100100 101101

Color Harmonies of #9B4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4968

Black with #9B4968

Text Example


Text Example

White with #9B4968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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