#9A435E

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

Shades of Cadillac #9A435E

Tints of Cadillac #9A435E

Color information

#9A435E (or 0x9A435E) is unknown color: approx Cadillac. HEX triplet: 9A, 43 and 5E. RGB value is (154,67,94). Sum of RGB (Red+Green+Blue) = 154+67+94=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A435E is #65BCA1. Grayscale: #606060. Windows color (decimal): -6667426 or 6177690. OLE color: 6177690.

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

Color convert

RGB1546794-
CMYK00.560.390.40
HSL341.38º39.37%43.33%-
HSV(B)341.38º56.49%60.39%-
XYZ17.3511.6911.93-
YUV96.09126.82169.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.89%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=48.89%
G=21.27%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154679400.560.390.40341.3839.3743.33
Hex9A435E0382728155272b
Octal23210313607047505254753
Binary10011010100001110111100111000100111101000101010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,67,94); }

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

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

 a { background-color: rgb(154,67,94); }

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

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

 span { border-color: rgb(154,67,94); }

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