#9B426C

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

Shades of Cadillac #9B426C

Tints of Cadillac #9B426C

Color information

#9B426C (or 0x9B426C) is unknown color: approx Cadillac. HEX triplet: 9B, 42 and 6C. RGB value is (155,66,108). Sum of RGB (Red+Green+Blue) = 155+66+108=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B426C is #64BD93. Grayscale: #616161. Windows color (decimal): -6602132 or 7094939. OLE color: 7094939.

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

Color convert

RGB15566108-
CMYK00.570.300.39
HSL331.69º40.27%43.33%-
HSV(B)331.69º57.42%60.78%-
XYZ18.1711.9515.54-
YUV97.4133.99169.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=47.11%
G=20.06%
B=32.83%

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
Decimal1556610800.570.300.39331.6940.2743.33
Hex9B426C0391E2714c282b
Octal23310215407136475145053
Binary1001101110000101101100011100111110100111101001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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