#9A425B

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

Shades of Cadillac #9A425B

Tints of Cadillac #9A425B

Color information

#9A425B (or 0x9A425B) is unknown color: approx Cadillac. HEX triplet: 9A, 42 and 5B. RGB value is (154,66,91). Sum of RGB (Red+Green+Blue) = 154+66+91=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A425B is #65BDA4. Grayscale: #5F5F5F. Windows color (decimal): -6667685 or 5980826. OLE color: 5980826.

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

Color convert

RGB1546691-
CMYK00.570.410.40
HSL342.95º40%43.14%-
HSV(B)342.95º57.14%60.39%-
XYZ17.1611.5211.22-
YUV95.16125.65169.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.52%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=49.52%
G=21.22%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154669100.570.410.40342.954043.14
Hex9A425B0392928157282b
Octal23210213307151505275053
Binary10011010100001010110110111001101001101000101010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,91); }

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

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

 a { background-color: rgb(154,66,91); }

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

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

 span { border-color: rgb(154,66,91); }

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