#9B436C

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

Shades of Cadillac #9B436C

Tints of Cadillac #9B436C

Color information

#9B436C (or 0x9B436C) is unknown color: approx Cadillac. HEX triplet: 9B, 43 and 6C. RGB value is (155,67,108). Sum of RGB (Red+Green+Blue) = 155+67+108=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B436C is #64BC93. Grayscale: #616161. Windows color (decimal): -6601876 or 7095195. OLE color: 7095195.

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

Color convert

RGB15567108-
CMYK00.570.300.39
HSL332.05º39.64%43.53%-
HSV(B)332.05º56.77%60.78%-
XYZ18.2312.0715.56-
YUV97.99133.65168.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=46.97%
G=20.30%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556710800.570.300.39332.0539.6443.53
Hex9B436C0391E2714c282c
Octal23310315407136475145054
Binary1001101110000111101100011100111110100111101001100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,108); }

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

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

 a { background-color: rgb(155,67,108); }

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

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

 span { border-color: rgb(155,67,108); }

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