Html Css Color HEX #9B4466 Cadillac

📋 copy color: '#9B4466'

red 155 ◦ green 68 ◦ blue 102

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

Shades of Cadillac #9B4466

Tints of Cadillac #9B4466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 47.69%
G = 20.92%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B4466 (or 0x9B4466) is known color: Cadillac. HEX triplet: 9B, 44 and 66. RGB value is (155,68,102). Sum of RGB (Red+Green+Blue) = 155+68+102=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4466 is #64BB99. Grayscale: #616161. Windows color (decimal): -6601626 or 6702235. OLE color: 6702235.

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

Color convert

RGB 155 68 102 -
CMYK 0 0.56 0.34 0.39
HSL 336.55º 0.39% 0.44% -
HSV(B) 336.55º 0.56% 0.61% -
XYZ 17.98 12.06 13.95 -
YUV 97.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 155 68 102 0 0.56 0.34 0.39 336.55 0.39 0.44
Hex 9B 44 66 0 38 22 27 151 27 2C
Octal 233 104 146 0 70 42 47 521 47 54
Binary 10011011 1000100 1100110 0 111000 100010 100111 101010001 100111 101100

Color Harmonies of #9B4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4466

Black with #9B4466

Text Example


Text Example

White with #9B4466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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