#9B435E

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

Shades of Cadillac #9B435E

Tints of Cadillac #9B435E

Color information

#9B435E (or 0x9B435E) is unknown color: approx Cadillac. HEX triplet: 9B, 43 and 5E. RGB value is (155,67,94). Sum of RGB (Red+Green+Blue) = 155+67+94=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B435E is #64BCA1. Grayscale: #606060. Windows color (decimal): -6601890 or 6177691. OLE color: 6177691.

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

Color convert

RGB1556794-
CMYK00.570.390.39
HSL341.59º39.64%43.53%-
HSV(B)341.59º56.77%60.78%-
XYZ17.5511.7911.94-
YUV96.39126.65169.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=49.05%
G=21.20%
B=29.75%

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
Decimal155679400.570.390.39341.5939.6443.53
Hex9B435E0392727156282c
Octal23310313607147475265054
Binary10011011100001110111100111001100111100111101010110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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