#9B416A

Color #9B416A Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9B416A

Tints of Cadillac #9B416A

Color information

#9B416A (or 0x9B416A) is unknown color: approx Cadillac. HEX triplet: 9B, 41 and 6A. RGB value is (155,65,106). Sum of RGB (Red+Green+Blue) = 155+65+106=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416A is #64BE95. Grayscale: #606060. Windows color (decimal): -6602390 or 6963611. OLE color: 6963611.

HSL color Cylindrical-coordinate representation of color #9B416A: hue angle of 332.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B416A is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15565106-
CMYK00.580.320.39
HSL332.67º40.91%43.14%-
HSV(B)332.67º58.06%60.78%-
XYZ18.0111.7914.96-
YUV96.58133.32169.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=47.55%
G=19.94%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556510600.580.320.39332.6740.9143.14
Hex9B416A03A202714d292b
Octal23310115207240475155153
Binary10011011100000111010100111010100000100111101001101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,106); }

 H1.HeaderClassName
 {
   color: #9B416A;
 }
 .AnyTagClassName
 {
   color: #9B416A;
 }
</style>
background-color css

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

 a { background-color: rgb(155,65,106); }

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

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

 span { border-color: rgb(155,65,106); }

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