#943E61

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

Shades of Cadillac #943E61

Tints of Cadillac #943E61

Color information

#943E61 (or 0x943E61) is unknown color: approx Cadillac. HEX triplet: 94, 3E and 61. RGB value is (148,62,97). Sum of RGB (Red+Green+Blue) = 148+62+97=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #943E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E61 is #6BC19E. Grayscale: #5B5B5B. Windows color (decimal): -7061919 or 6373012. OLE color: 6373012.

HSL color Cylindrical-coordinate representation of color #943E61: hue angle of 335.58º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #943E61 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1486297-
CMYK00.580.340.42
HSL335.58º40.95%41.18%-
HSV(B)335.58º58.11%58.04%-
XYZ16.0910.612.51-
YUV91.7130.99168.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=48.21%
G=20.20%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148629700.580.340.42335.5840.9541.18
Hex943E6103A222A1502929
Octal2247614107242525205151
Binary1001010011111011000010111010100010101010101010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943E61; }

 p { color: rgb(148,62,97); }

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

<style>
 a { background-color: #943E61; }

 a { background-color: rgb(148,62,97); }

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

<style>
 span { border-color: #943E61; }

 span { border-color: rgb(148,62,97); }

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