#9B425E

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

Shades of Cadillac #9B425E

Tints of Cadillac #9B425E

Color information

#9B425E (or 0x9B425E) is unknown color: approx Cadillac. HEX triplet: 9B, 42 and 5E. RGB value is (155,66,94). Sum of RGB (Red+Green+Blue) = 155+66+94=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B425E is #64BDA1. Grayscale: #5F5F5F. Windows color (decimal): -6602146 or 6177435. OLE color: 6177435.

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

Color convert

RGB1556694-
CMYK00.570.390.39
HSL341.12º40.27%43.33%-
HSV(B)341.12º57.42%60.78%-
XYZ17.4911.6711.92-
YUV95.8126.99170.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=49.21%
G=20.95%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155669400.570.390.39341.1240.2743.33
Hex9B425E0392727155282b
Octal23310213607147475255053
Binary10011011100001010111100111001100111100111101010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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