#9B426B

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

Shades of Cadillac #9B426B

Tints of Cadillac #9B426B

Color information

#9B426B (or 0x9B426B) is unknown color: approx Cadillac. HEX triplet: 9B, 42 and 6B. RGB value is (155,66,107). Sum of RGB (Red+Green+Blue) = 155+66+107=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B426B is #64BD94. Grayscale: #616161. Windows color (decimal): -6602133 or 7029403. OLE color: 7029403.

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

Color convert

RGB15566107-
CMYK00.570.310.39
HSL332.36º40.27%43.33%-
HSV(B)332.36º57.42%60.78%-
XYZ18.1211.9315.26-
YUV97.28133.49169.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=47.26%
G=20.12%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556610700.570.310.39332.3640.2743.33
Hex9B426B0391F2714c282b
Octal23310215307137475145053
Binary1001101110000101101011011100111111100111101001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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